File size: 236 Bytes
3d1e733
d3d0768
 
 
3d1e733
d3d0768
 
1
2
3
4
5
6
7
8
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"]