feat: init assignment subpages and misc python and ts improvements

This commit is contained in:
swve 2024-07-20 21:12:13 +02:00
parent e9caa2ceb4
commit dab80069d4
19 changed files with 109 additions and 49 deletions

View file

@ -1,7 +1,7 @@
import importlib
from logging.config import fileConfig
import os
import alembic_postgresql_enum
import alembic_postgresql_enum # noqa: F401
from sqlalchemy import engine_from_config
from sqlalchemy import pool
from sqlmodel import SQLModel