diff --git a/modules/hello_world.py b/modules/hello_world.py new file mode 100644 index 0000000..a98d1ba --- /dev/null +++ b/modules/hello_world.py @@ -0,0 +1,2 @@ +def get_text(): + return "Hello, world!"