added let, about to add types

This commit is contained in:
Andrew Segavac
2021-04-18 08:51:21 -06:00
parent facead092f
commit 4446d0f297
11 changed files with 438 additions and 216 deletions

4
mypy.ini Normal file
View File

@@ -0,0 +1,4 @@
[mypy]
python_version = 3.8
warn_return_any = True
warn_unused_configs = True