Implemented proper recursive element definition parsing from specdata files.
[~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