Initial release

This commit is contained in:
sonny 2020-12-26 16:37:56 +01:00
parent 1760b496c6
commit 7bcb700dfa
12 changed files with 865 additions and 26 deletions

10
.isort.cfg Normal file
View file

@ -0,0 +1,10 @@
[settings]
include_trailing_comma = true
line_length = 88
multi_line_output = 3
skip = env/, venv/
default_section = THIRDPARTY
known_first_party = ip_listener
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
lines_between_types=1
lines_after_imports=2