9 lines
217 B
Python
9 lines
217 B
Python
from .translator import SOURCE_LOCALE, LeoBabel, LocalBabel, LazyStr, ctx_locale, ctx_translator
|
|
|
|
babel = LocalBabel('babel')
|
|
|
|
|
|
async def setup(bot):
|
|
from .cog import BabelCog
|
|
await bot.add_cog(BabelCog(bot))
|