from app.db import Base from app.models.dictionary_entry import DictionaryEntry from app.models.suggestion import Suggestion # Imported so SQLAlchemy knows about models when creating tables __all__ = ["DictionaryEntry", "Suggestion"]