🎨 Reorganize back-end code
This commit is contained in:
6
backend/api/db/__init__.py
Normal file
6
backend/api/db/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from .db import Database
|
||||
from .base_class import Base
|
||||
|
||||
__all__ = ["Base"]
|
||||
|
||||
db = Database()
|
Reference in New Issue
Block a user