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 8c519cf commit 5a45591Copy full SHA for 5a45591
Plugins/HelloWorldPython/main.py
@@ -1,8 +1,8 @@
1
# -*- coding: utf-8 -*-
2
3
-from flowlauncher import Flow.Launcher
+from flow.launcher import Flow.Launcher
4
5
-class HelloWorld(Flow.Launcher):
+class HelloWorld(FlowLauncher):
6
7
def query(self, query):
8
results = []
0 commit comments