cmboulanger's picture
full implementation
37eaffd
raw
history blame contribute delete
216 Bytes
from .schema import TEIAttribute, TEIElement, TEISchema
from .spans import SpanDescriptor, ResolvedSpan
__all__ = [
"TEIAttribute",
"TEIElement",
"TEISchema",
"SpanDescriptor",
"ResolvedSpan",
]