Skip to content
Snippets Groups Projects
Commit 3363b721 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@2076 b32b6428-25c9-4566-ad07-03861ab6144f
parent 9b410f6c
Branches
No related tags found
No related merge requests found
from xaal.lib import Engine
from . import gw
from xaal.lib import helpers
def main():
eng = Engine()
gw.setup(eng)
eng.run()
if __name__ == '__main__':
try:
main()
except KeyboardInterrupt:
print("bye bye")
helpers.run_package(gw.PACKAGE_NAME,gw.setup)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment