5 lines
No EOL
76 B
Python
5 lines
No EOL
76 B
Python
from .podcast import Podcast
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Podcast(bot)) |