From 93107be91806cc7bf35b33d090d185c988fafda7 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Thu, 4 Apr 2024 16:01:00 +0200 Subject: Initial commit --- src/match_up/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/match_up/__init__.py (limited to 'src/match_up/__init__.py') 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!") -- cgit v1.3.1