This commit is contained in:
Mike 2020-07-26 01:13:47 +01:00
коміт 8b29523643
2 змінених файлів з 16 додано та 0 видалено

5
.gitignore сторонній Normal file

@ -0,0 +1,5 @@
#
.idea/

11
Pipfile Normal file

@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.7"