Allow loading and running Python files before GUI starts

Signed-off-by: David Shah <[email protected]>
This commit is contained in:
David Shah
2018-06-07 08:56:54 +02:00
parent c18f0b1c22
commit bdd9313582
5 changed files with 64 additions and 53 deletions
+2
View File
@@ -0,0 +1,2 @@
def test_function():
print("Hello World!")