aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/retro_pkg_test
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-06-23 06:59:28 +0800
committerGitHub <noreply@github.com>2023-06-23 06:59:28 +0800
commit882070c7836d4cc0bccdffe04de0b4b50e840fc2 (patch)
tree18226755d09c619a2eebf194cd7132602d5696d6 /retro_pkg_test
downloadinfini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.tar.gz
infini-882070c7836d4cc0bccdffe04de0b4b50e840fc2.zip
Initial commit
Diffstat (limited to 'retro_pkg_test')
-rw-r--r--retro_pkg_test/__init__.py1
-rw-r--r--retro_pkg_test/hello.py2
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")