#!/usr/bin/python3.6 -s

from opensipscli import main

def run_console():
    main.main()

if __name__ == '__main__':
    run_console()
