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

@ -8,8 +8,8 @@ Create Date: 2024-07-11 20:46:26.582170
from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
import sqlmodel
import sqlalchemy as sa # noqa: F401
import sqlmodel # noqa: F401
from alembic_postgresql_enum import TableReference # type: ignore
# revision identifiers, used by Alembic.