#!/usr/bin/python3.6

import sys

from rqt_graph.main import main

sys.exit(main())
