#!/usr/bin/env python

from discharge.cmd import do_cmd

if __name__ == '__main__':
    do_cmd()
