#!/usr/bin/python3.6

import os
import sys

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