from .hotreload import HotReload


async def setup(bot):
    await bot.add_cog(HotReload(bot))