Files
dashboard/backend/models/__init__.py
T

5 lines
92 B
Python
Raw Normal View History

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