summaryrefslogtreecommitdiff
path: root/src/match_up/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/__init__.py')
-rw-r--r--src/match_up/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/match_up/__init__.py b/src/match_up/__init__.py
new file mode 100644
index 0000000..3e74a3d
--- /dev/null
+++ b/src/match_up/__init__.py
@@ -0,0 +1,2 @@
+def main():
+ print("Hello!")