7 lines
188 B
Python
7 lines
188 B
Python
from .translator import SOURCE_LOCALE, LeoBabel, LocalBabel, LazyStr, ctx_locale, ctx_translator
|
|
|
|
|
|
async def setup(bot):
|
|
from .cog import BabelCog
|
|
await bot.add_cog(BabelCog(bot))
|