from .seautils import SeaUtils


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