Initial commit

This commit is contained in:
2021-06-03 17:58:14 +00:00
commit 80c4964899
6 changed files with 190 additions and 0 deletions

6
.flake8 Normal file
View File

@@ -0,0 +1,6 @@
[flake8]
inline-quotes = "
multiline-quotes = """
indent-size = 4
max-line-length = 160
ignore = Q003 E128 E704 E731