Get rid of original/reference code, move everything to root

This commit is contained in:
2022-11-11 20:34:34 -06:00
parent dbaa692711
commit a32bb598d2
34 changed files with 0 additions and 630 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
discord = "*"
peewee = "*"
pylint = "*"
black = "*"
[dev-packages]
[requires]
python_version = "3.10"