This commit is contained in:
Xargana 2025-05-16 19:15:22 +03:00
parent b436e6ffea
commit 9811a0d0ad

2
modules/hello_world.py Normal file
View file

@ -0,0 +1,2 @@
def get_text():
return "Hello, world!"