Files
OrbitWard/backend/app/db/base.py
T
2026-05-22 17:36:40 -06:00

4 lines
53 B
Python

from app.models.core import Base
__all__ = ["Base"]