aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/__main__.py')
-rw-r--r--src/match_up/__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/match_up/__main__.py b/src/match_up/__main__.py
new file mode 100644
index 0000000..3500cdb
--- /dev/null
+++ b/src/match_up/__main__.py
@@ -0,0 +1,4 @@
+from match_up import main
+
+if __name__ == "__main__":
+ main()