Reorganize project structure

This commit is contained in:
Joscha 2019-04-23 09:29:27 +00:00
parent d54df18d5e
commit 362d841070
6 changed files with 14 additions and 130 deletions

4
mypy.ini Normal file
View file

@ -0,0 +1,4 @@
[mypy]
disallow_untyped_defs = True
disallow_incomplete_defs = True
no_implicit_optional = True