5 lines
68 B
Python
5 lines
68 B
Python
from .latex import Latex
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Latex(bot))
|