Initial commit

This commit is contained in:
Watchful1 2021-09-04 23:17:53 -07:00
commit bd7378ff91
7 changed files with 525 additions and 0 deletions

12
Pipfile Normal file
View file

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
zstandard = "*"
[dev-packages]
[requires]
python_version = "3.8"