aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/__main__.py
blob: 941a79a1d3bed4c2ced74fc915eedc939654c847 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python3

import youtube_podcaster

if __name__ == "__main__":
    youtube_podcaster.main()

#  vim: set ts=8 sw=4 tw=0 et :