Initial commit

This commit is contained in:
2021-10-24 22:11:42 +03:00
commit 389582ce64
11 changed files with 1744 additions and 0 deletions

6
setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88