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 2ae3c98 commit 425d40dCopy full SHA for 425d40d
launcher/__main__.py
@@ -1,7 +1,9 @@
1
import sys
2
3
-import netsiohub.netsiohub as netsiohub
+# FujiNet-PC Launcher
4
import launcher.launcher as launcher
5
+# NetSIO Hub
6
+import netsiohub.hub as netsiohub
7
8
def main():
9
# dispatcher
0 commit comments