Implemented a basic form of schema representation.
[~jspiros/python-ebml.git] / ebml / schema / __init__.py
diff --git a/ebml/schema/__init__.py b/ebml/schema/__init__.py
new file mode 100644 (file)
index 0000000..3d1622e
--- /dev/null
@@ -0,0 +1,2 @@
+from .base import *
+from .matroska import Matroska
\ No newline at end of file