Files
dashboard/backend/models/__init__.py
T
2026-03-04 18:17:34 +08:00

5 lines
92 B
Python

from models.brand import Brand
from models.model import Model
__all__ = ["Brand", "Model"]