Spaces:
Runtime error
Runtime error
File size: 216 Bytes
37eaffd | 1 2 3 4 5 6 7 8 9 10 11 | from .schema import TEIAttribute, TEIElement, TEISchema
from .spans import SpanDescriptor, ResolvedSpan
__all__ = [
"TEIAttribute",
"TEIElement",
"TEISchema",
"SpanDescriptor",
"ResolvedSpan",
]
|