1
0

example module

This commit is contained in:
Deven Blake 2021-05-30 17:16:53 -04:00
parent 98923dbe9f
commit 6630ad1e3f

3
it/hello_world.py Normal file
View File

@ -0,0 +1,3 @@
def main(buffer, command):
print("Hello, world!")
return buffer