summaryrefslogtreecommitdiff
path: root/python-plugins/hellopanel/__init__.py
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-14 16:41:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-14 16:41:51 (GMT)
commit370169058fc6f4a7ed6013d0f965ac75beff4f5e (patch)
tree5df84ac93eaed31402f41f97e2ede3a81265efe7 /python-plugins/hellopanel/__init__.py
parent0081d76ba15b08be04cd2a7c7c65a7c0e6e7a6fe (diff)
Created a demo GUI panel.
Diffstat (limited to 'python-plugins/hellopanel/__init__.py')
-rw-r--r--python-plugins/hellopanel/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python-plugins/hellopanel/__init__.py b/python-plugins/hellopanel/__init__.py
new file mode 100644
index 0000000..6c4d22c
--- /dev/null
+++ b/python-plugins/hellopanel/__init__.py
@@ -0,0 +1,2 @@
+
+from hellopanel.core import HelloPlugin as AutoLoad