This commit is contained in:
takatost
2024-02-27 13:23:20 +08:00
parent 27ba5a0bce
commit 9f42892b42
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,4 @@
import json
from models.model import AppModelConfig
languages = ['en-US', 'zh-Hans', 'pt-BR', 'es-ES', 'fr-FR', 'de-DE', 'ja-JP', 'ko-KR', 'ru-RU', 'it-IT', 'uk-UA', 'vi-VN']

View File

@@ -5,8 +5,8 @@ Revises: b289e2408ee2
Create Date: 2024-02-27 03:47:47.376325
"""
from alembic import op
import sqlalchemy as sa
from alembic import op
from sqlalchemy.dialects import postgresql
# revision identifiers, used by Alembic.