Commit cfa511cd by Sébastien Eustace

Add a __main__ module

parent f97f7da4
import sys
if __name__ == '__main__':
from .console import main
sys.exit(main())
...@@ -2,4 +2,4 @@ from .application import Application ...@@ -2,4 +2,4 @@ from .application import Application
def main(): def main():
Application().run() return Application().run()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment