#!/usr/bin/env python3
import bm_cli
import sys
sys.path.append(bm_cli.__path__[0])

import sswitch_CLI
sswitch_CLI.main()
