summaryrefslogtreecommitdiffstats
path: root/tests/tpb06/foo/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpb06/foo/__init__.py')
-rw-r--r--tests/tpb06/foo/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tpb06/foo/__init__.py b/tests/tpb06/foo/__init__.py
new file mode 100644
index 0000000..b3b7945
--- /dev/null
+++ b/tests/tpb06/foo/__init__.py
@@ -0,0 +1,4 @@
+"""An amazing sample package!"""
+
+def main():
+ print("Hello")