zaz-latex2svg/source/pythonpath/main.py

20 lines
258 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
2020-12-18 23:23:29 -06:00
def selection():
app.debug('From selection')
return
2020-12-18 23:20:36 -06:00
def run(args, path_locales):
global _
_ = app.install_locales(path_locales)
globals()[args]()
return