From 882070c7836d4cc0bccdffe04de0b4b50e840fc2 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 23 Jun 2023 06:59:28 +0800 Subject: Initial commit --- retro_pkg_test/__init__.py | 1 + retro_pkg_test/hello.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 retro_pkg_test/__init__.py create mode 100644 retro_pkg_test/hello.py (limited to 'retro_pkg_test') 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") -- cgit v1.2.3-70-g09d2