Added logic to handle custom scripts from workspaces

This commit is contained in:
2021-07-24 17:24:01 +02:00
parent d5b2d3605b
commit be6838f97b
9 changed files with 71 additions and 1 deletions

1
scripts/hello_world.py Normal file
View File

@@ -0,0 +1 @@
print('Hello World')