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 e9e8ebcc1e
35 changed files with 3 additions and 633 deletions

4
lint.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
pylint main.py game discord_client database > lint.log
black main.py game discord_client database