xonsh/xonsh/__main__.py
Matthias Bussonnier ef72317693 Allow python -m xonsh
It seams more pythonistic than `python -m xonsh.main`
2016-05-21 11:44:28 -07:00

2 lines
35 B
Python

from xonsh.main import main
main()