SeaCogs/speedtest/__init__.py

5 lines
95 B
Python

from .speedtest import Speedtest
async def setup(bot):
await bot.add_cog(Speedtest(bot))