summaryrefslogtreecommitdiff
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, 0 insertions, 4 deletions
diff --git a/src/match_up/__main__.py b/src/match_up/__main__.py
deleted file mode 100644
index 3500cdb..0000000
--- a/src/match_up/__main__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from match_up import main
-
-if __name__ == "__main__":
- main()