From 6630ad1e3f2fef8922f23ceff0187d651224645e Mon Sep 17 00:00:00 2001 From: Deven Blake Date: Sun, 30 May 2021 17:16:53 -0400 Subject: [PATCH] example module --- it/hello_world.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 it/hello_world.py diff --git a/it/hello_world.py b/it/hello_world.py new file mode 100644 index 0000000..4b1c040 --- /dev/null +++ b/it/hello_world.py @@ -0,0 +1,3 @@ +def main(buffer, command): + print("Hello, world!") + return buffer