mirror of
https://github.com/creyD/apilog.git
synced 2026-04-12 19:30:29 +02:00
7 lines
245 B
Python
7 lines
245 B
Python
from creyPY.fastapi.models.base import Base # noqa, isort:skip
|
|
|
|
# custom models from all apps
|
|
from app.models.entry import * # noqa, isort:skip
|
|
from app.models.auth import * # noqa, isort:skip
|
|
from app.models.app import * # noqa, isort:skip
|