zd / app /models /__init__.py
Juna190825's picture
Create app/models/__init__.py
5395c3f verified
raw
history blame contribute delete
126 Bytes
from .dictionary_entry import DictionaryEntry
from .suggestion import Suggestion
__all__ = ["DictionaryEntry", "Suggestion"]