Skip to content
Snippets Groups Projects
Commit bb3cdee1 authored by jkerdreu's avatar jkerdreu
Browse files

New run_package API

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2074 b32b6428-25c9-4566-ad07-03861ab6144f
parent 307c9324
No related branches found
No related tags found
No related merge requests found
from xaal.lib import Engine
from . import gw
from xaal.lib import helpers
def run():
eng = Engine()
gw.setup(eng)
eng.run()
try:
run()
except KeyboardInterrupt:
print("Bye Bye...")
helpers.run_package(gw.PACKAGE_NAME,gw.setup)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment