mirror of
https://github.com/rommapp/romm.git
synced 2026-06-30 07:45:52 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
from sqlalchemy.ext.declarative import declarative_base
|
|
|
|
BaseModel = declarative_base()
|