#!/usr/bin/python2
# PBR Generated from u'console_scripts'

import sys

from networking_vsphere.utils.ovsvapp_manage_vcenter import dvs


if __name__ == "__main__":
    sys.exit(dvs())
