#!/usr/bin/env python
from openspeechcorpus_cli import ops_execute_from_command_line

if __name__ == "__main__":
    ops_execute_from_command_line()
