Cephalon-Onni/backend/app/models/postgres/base.py
2026-03-29 16:49:52 +02:00

4 lines
82 B
Python

from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
pass