#! /usr/bin/python3 -sP

import os
import sys

from rqt_gui.main import Main
main = Main(filename=os.path.abspath(__file__))
sys.exit(main.main())
