Initial
This commit is contained in:
7
service/database.py
Normal file
7
service/database.py
Normal file
@ -0,0 +1,7 @@
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
|
||||
class ORMBase(DeclarativeBase):
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user