import sys from graph_exploring_tool.main import launch # Exit codes # 0 Fine # 5 User closed application # 8 Error configuration not found sys.exit(launch())