This commit is contained in:
Jakub Miazek
2022-11-12 18:41:39 +01:00
parent 8d44b4a5eb
commit dbe64008f8
10 changed files with 42 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
# for Alembic and unit tests
from app.models.stuff import * # noqa
from app.models.nonsense import * # noqa
from app.models.shakespeare import * # noqa
from app.models.shakespeare import * # noqa
from app.models.stuff import * # noqa