init
This commit is contained in:
6
server/app/db/base.py
Normal file
6
server/app/db/base.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
"""SQLAlchemy ORM Base。"""
|
||||
|
||||
Reference in New Issue
Block a user