mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-12 18:11:42 +08:00
3196dc2d61
Signed-off-by: -LAN- <laipz8200@outlook.com>
8 lines
134 B
Python
8 lines
134 B
Python
from sqlalchemy.orm import DeclarativeBase
|
|
|
|
from models.engine import metadata
|
|
|
|
|
|
class Base(DeclarativeBase):
|
|
metadata = metadata
|