#! /usr/bin/python3 -sP

import sys

from rqt_graph.main import main

sys.exit(main())
