summaryrefslogtreecommitdiff
path: root/plugins/python/liveconv/__init__.py
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-11-12 23:10:19 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-11-12 23:10:19 (GMT)
commit72ed953e6bf4c93057aadac5bb49d7633658273b (patch)
treef1a9d8fef9a5bfe9f825c31a56371536b9ac6874 /plugins/python/liveconv/__init__.py
parent04f9aebee5249624ccd4173989354cd93474376f (diff)
Created a small Python GUI plugin to inspect data.
Diffstat (limited to 'plugins/python/liveconv/__init__.py')
-rw-r--r--plugins/python/liveconv/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/python/liveconv/__init__.py b/plugins/python/liveconv/__init__.py
new file mode 100644
index 0000000..541efdd
--- /dev/null
+++ b/plugins/python/liveconv/__init__.py
@@ -0,0 +1,2 @@
+
+from liveconv.plugin import LiveConverter as AutoLoad