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