#!/opt/anaconda1anaconda2anaconda3/bin/python

from bpm.commands import bpm_parser

args = bpm_parser.parse_args()
args.fn(args)
