diff options
Diffstat (limited to 'retro_pkg_test')
| -rw-r--r-- | retro_pkg_test/__init__.py | 1 | ||||
| -rw-r--r-- | retro_pkg_test/hello.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/retro_pkg_test/__init__.py b/retro_pkg_test/__init__.py new file mode 100644 index 00000000..2db7619e --- /dev/null +++ b/retro_pkg_test/__init__.py @@ -0,0 +1 @@ +name = "retro_pkg_test" 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") |
