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