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