#!python

import ezFlashCLI.cli




if __name__ == "__main__":
    
    ezFlashCLI.cli.ezFlashCLI()
    
    pass
