Fox-V3/launchlib/__init__.py

6 lines
83 B

from .launchlib import LaunchLib
def setup(bot):
bot.add_cog(LaunchLib(bot))