X-Git-Url: http://git.ithinksw.org/~jspiros/python-ebml.git/blobdiff_plain/86596c9b7ed163682a87c604f203dba9e99d49bb..b7bbcd6f281fcc0c5418db2c6005088968c0779c:/ebml/schema/__init__.py diff --git a/ebml/schema/__init__.py b/ebml/schema/__init__.py new file mode 100644 index 0000000..3d1622e --- /dev/null +++ b/ebml/schema/__init__.py @@ -0,0 +1,2 @@ +from .base import * +from .matroska import Matroska \ No newline at end of file