Spaces:
Sleeping
Sleeping
| from .schema import TEIAttribute, TEIElement, TEISchema | |
| from .spans import SpanDescriptor, ResolvedSpan | |
| __all__ = [ | |
| "TEIAttribute", | |
| "TEIElement", | |
| "TEISchema", | |
| "SpanDescriptor", | |
| "ResolvedSpan", | |
| ] | |