from redbot.core.bot import Red from .fitness import FitnessCog async def setup(bot: Red): cog = FitnessCog(bot) await bot.add_cog(cog)