from .datamanager import DataManager async def setup(bot): await bot.add_cog(DataManager(bot))