Implemented basic EBMLFile class for parsing files.
[~jspiros/python-ebml.git] / ebml / __init__.py
index e69de29..cd5b84b 100644 (file)
@@ -0,0 +1,2 @@
+from .files import *
+from .exceptions import *
\ No newline at end of file