summaryrefslogtreecommitdiff
path: root/hachoir_editor/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'hachoir_editor/__init__.py')
-rw-r--r--hachoir_editor/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/hachoir_editor/__init__.py b/hachoir_editor/__init__.py
new file mode 100644
index 0000000..b106278
--- /dev/null
+++ b/hachoir_editor/__init__.py
@@ -0,0 +1,8 @@
1from hachoir_editor.field import (
2 EditorError, FakeField)
3from hachoir_editor.typed_field import (
4 EditableField, EditableBits, EditableBytes,
5 EditableInteger, EditableString,
6 createEditableField)
7from hachoir_editor.fieldset import EditableFieldSet, NewFieldSet, createEditor
8