aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_podcaster/youtube/__init__.py
blob: e84ecc683df5ae23df64e20e134f7cca3c0667bb (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

from .youtube import Youtube
from .downloader import Downloader

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