GalaxyCogs/podcast/__init__.py

5 lines
No EOL
76 B
Python

from .podcast import Podcast
def setup(bot):
bot.add_cog(Podcast(bot))