added text labels to the API

This commit is contained in:
Yannic Kilcher
2022-12-25 17:08:57 +01:00
parent db10c52877
commit a37bf6bf41
8 changed files with 181 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ Create Date: ${create_date}
"""
from alembic import op
import sqlalchemy as sa
import sqlmodel
${imports if imports else ""}
# revision identifiers, used by Alembic.