aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/retro_pkg_test/hello.py
diff options
context:
space:
mode:
Diffstat (limited to 'retro_pkg_test/hello.py')
-rw-r--r--retro_pkg_test/hello.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/retro_pkg_test/hello.py b/retro_pkg_test/hello.py
new file mode 100644
index 00000000..dd9b9d4d
--- /dev/null
+++ b/retro_pkg_test/hello.py
@@ -0,0 +1,2 @@
+def hello():
+ print("hello")