fix(gitignore): rm pilot-env and cache

This commit is contained in:
Goon
2023-09-11 10:08:42 +07:00
parent 2c567793c5
commit 367caa1797
117 changed files with 0 additions and 5414 deletions

View File

@@ -1,5 +0,0 @@
from peewee import SqliteDatabase
from database.config import DB_NAME
def get_sqlite_database():
return SqliteDatabase(DB_NAME)