File size: 130 Bytes
20857b0
 
 
 
 
 
1
2
3
4
5
6
7
from .dictionary import SemanticDictionary, SemanticTokenEntry

__all__ = [
    "SemanticDictionary",
    "SemanticTokenEntry",
]