Fox-V3/coglint/__init__.py

6 lines
77 B

from .coglint import CogLint
def setup(bot):
bot.add_cog(CogLint(bot))