Download this file
1 2 3 4 5 6 7
"""Entry point for command line.""" import echonet if __name__ == '__main__': echonet.main()