Files
romm/backend/models/__init__.py
2023-08-18 12:35:27 +02:00

4 lines
117 B
Python

from .platform import Platform # noqa[401]
from .rom import Rom # noqa[401]
from .user import User, Role # noqa[401]