zaz-latex2svg/source/pythonpath/main.py

15 lines
196 B
Python
Raw Normal View History

2020-12-18 23:20:36 -06:00
#!/usr/bin/env python3
import easymacro as app
ID_EXTENSION = ''
_ = None
def run(args, path_locales):
global _
_ = app.install_locales(path_locales)
globals()[args]()
return