Alter 4 files
Update `.gitignore` Update `__main__.py` Add `db.py` Add `endpoints.py`
This commit is contained in:
parent
6b3ca4248f
commit
f75dde9ac7
4 changed files with 30 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
duckpond.db
|
||||
|
||||
### Python ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
|
Reference in a new issue