GalaxyCogs/galaxy/__init__.py

5 lines
No EOL
73 B
Python

from .galaxy import Galaxy
def setup(bot):
bot.add_cog(Galaxy(bot))