mirror of
https://github.com/rommapp/romm.git
synced 2026-06-29 07:16:28 +00:00
4 lines
76 B
Python
4 lines
76 B
Python
from sqlalchemy.orm import declarative_base
|
|
|
|
BaseModel = declarative_base()
|