Overhauled the schema system to make more sense. Implemented a dump_structure utility.
[~jspiros/python-ebml.git] / ebml / schema / __init__.py
index 3d1622e..c41eec6 100644 (file)
@@ -1,2 +1,3 @@
 from .base import *
-from .matroska import Matroska
\ No newline at end of file
+from .ebml import EBMLDocument
+from .matroska import MatroskaDocument
\ No newline at end of file