Overhauled the schema system to make more sense. Implemented a dump_structure utility.
[~jspiros/python-ebml.git] / ebml / __init__.py
index e69de29..cdcffc2 100644 (file)
@@ -0,0 +1,2 @@
+from .core import *
+from .schema import *
\ No newline at end of file