#!/usr/bin/env python

import sys, subnetviz.cli
sys.exit (subnetviz.cli.main (sys.argv[1:]))
