example module
This commit is contained in:
parent
98923dbe9f
commit
6630ad1e3f
3
it/hello_world.py
Normal file
3
it/hello_world.py
Normal file
@ -0,0 +1,3 @@
|
||||
def main(buffer, command):
|
||||
print("Hello, world!")
|
||||
return buffer
|
Loading…
Reference in New Issue
Block a user