mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
4 lines
76 B
Python
4 lines
76 B
Python
from sqlalchemy.orm import declarative_base
|
|
|
|
BaseModel = declarative_base()
|