thesis-scripts/db/base.py

4 lines
81 B
Python
Raw Permalink Normal View History

2026-06-14 19:38:09 +00:00
from sqlalchemy.orm import DeclarativeBase
class Base(DeclarativeBase):
pass