hallo Welt und git test

master
Miro Schladitz 5 years ago
parent e33e2bff56
commit 108b11c2bc
  1. 3
      hallowelt.py.dir/plugin.py
  2. 3
      hallowelt.py.dir/plugin.yml

@ -0,0 +1,3 @@
class HalloWeltPlugi(PythonPlugin):
def onEnable(self):
self.getLogger().info("Hallo Welt!")

@ -0,0 +1,3 @@
name: Hallo Welt-Plugin
main: HalloWeltPlugin
version: 1.0
Loading…
Cancel
Save