Initial Commit

This commit is contained in:
2022-07-12 05:44:09 -07:00
commit 57c9c70cbb
31 changed files with 2257 additions and 0 deletions

5
tox.ini Normal file
View File

@@ -0,0 +1,5 @@
[flake8]
ignore = D300,D400,E201,E202,E203,E241
exclude = config docs migrations node_modules scripts
extend-ignore = E501 sigl/database/orm.py, E124 E127 E128 sigl/database/views.py
docstring-convention = google