Enhance code structure

This commit is contained in:
Patrick Jentsch
2024-04-10 13:34:48 +02:00
parent 84e1755a57
commit 268da220d2
26 changed files with 104 additions and 50 deletions

View File

@ -9,7 +9,7 @@ import shutil
import xml.etree.ElementTree as ET
from app import db
from app.converters.vrt import normalize_vrt_file
from app.ext.flask_sqlalchemy import IntEnumColumn
from app.extensions.sqlalchemy import IntEnumColumn
from .corpus_follower_association import CorpusFollowerAssociation