Files
Ausweis/backend/app/models/__init__.py
2023-10-02 23:39:20 +02:00

3 lines
94 B
Python

from .organization import Organization # noqa: F401
from .member import Member # noqa: F401