mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
4 lines
157 B
Python
4 lines
157 B
Python
from the_app.models.nonsense import Nonsense # noqa
|
|
from the_app.models.shakespeare import Character # noqa
|
|
from the_app.models.stuff import Stuff # noqa
|