Initial commit

This commit is contained in:
2024-02-17 19:16:41 -04:00
commit 0d7198e22c
4 changed files with 49 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]
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.7"