#!python
from linuxdialer import cli_runner

if __name__ == '__main__':
    cli_runner.parse()
