prepare fastapi root layout for server deployment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
"""SQLAlchemy 基类:所有 ORM 模型统一继承该基类。"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user