Files
klangkarte/backend/app/models/__init__.py
2024-06-27 22:41:39 +02:00

5 lines
174 B
Python

from .audiofile import Audiofile # noqa: F401
from .category import Category # noqa: F401
from .content import Content # noqa: F401
from .place import Place # noqa: F401