5 lines
73 B
Python
5 lines
73 B
Python
|
from .galaxy import Galaxy
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(Galaxy(bot))
|