aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'youtube_podcaster/__main__.py')
-rw-r--r--youtube_podcaster/__main__.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/youtube_podcaster/__main__.py b/youtube_podcaster/__main__.py
deleted file mode 100644
index 941a79a..0000000
--- a/youtube_podcaster/__main__.py
+++ /dev/null
@@ -1,8 +0,0 @@
1#!/usr/bin/env python3
2
3import youtube_podcaster
4
5if __name__ == "__main__":
6 youtube_podcaster.main()
7
8# vim: set ts=8 sw=4 tw=0 et :