create baseclass Database and create new ClientDatabase alongside renamed ServerDatabase class, table construction

This commit is contained in:
Xevion
2021-01-26 12:00:24 -06:00
parent ce0c17b827
commit b9df9a9ae6
4 changed files with 43 additions and 19 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,7 @@
# Repository specific
.idea
messages.db
server.db
client.db
# Byte-compiled / optimized / DLL files
__pycache__/