initial commit

This commit is contained in:
Devaev Maxim
2018-06-27 18:25:59 +03:00
commit 4c145f363f
13 changed files with 604 additions and 0 deletions

5
kvmd/mypy.ini Normal file
View File

@@ -0,0 +1,5 @@
[mypy]
python_version = 3.6
ignore_missing_imports = True
disallow_untyped_defs = True
strict_optional = True