We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a4375 commit 684655fCopy full SHA for 684655f
odml/__init__.py
@@ -1,9 +1,11 @@
1
-import sys
2
-from odml import doc
3
-from odml import property
4
-from odml import section
5
-from odml import value
6
-from odml.dtypes import DType
+_property = property
+
+from . import doc
+from . import property
+from . import section
+from .dtypes import DType
7
+from .fileio import load, save, display
8
+from .tools.odmlparser import allowed_parsers as parsers
9
10
11
__version__ = '1.3.1'
0 commit comments