X-Git-Url: http://git.ithinksw.org/~jspiros/python-ebml.git/blobdiff_plain/b7bbcd6f281fcc0c5418db2c6005088968c0779c..f1ea34ada2ec6e900703bae7863837ad2b8287f1:/ebml/schema/__init__.py?ds=inline diff --git a/ebml/schema/__init__.py b/ebml/schema/__init__.py index 3d1622e..c41eec6 100644 --- a/ebml/schema/__init__.py +++ b/ebml/schema/__init__.py @@ -1,2 +1,3 @@ from .base import * -from .matroska import Matroska \ No newline at end of file +from .ebml import EBMLDocument +from .matroska import MatroskaDocument \ No newline at end of file