d283fff153
Scripts (`project.scripts` and `project.gui-scripts`) are already supported, but did not have an integration test.
3 lines
44 B
Python
3 lines
44 B
Python
def hello():
|
|
print("Hi from a script!")
|