#!/usr/bin/env python import sys from powervc.neutron.db.migration.cli import main if __name__ == "__main__": sys.exit(main())