File size: 126 Bytes
5395c3f
 
 
 
1
2
3
4
5
from .dictionary_entry import DictionaryEntry
from .suggestion import Suggestion

__all__ = ["DictionaryEntry", "Suggestion"]