Simplified schema API to read-only for now, and minimized the number of reads require...
[~jspiros/python-ebml.git] / ebml / schema / __init__.py
1 from .base import *
2 from .ebml import EBMLDocument
3 from .matroska import MatroskaDocument