[aeb6cc]: / echonet / __main__.py

Download this file

8 lines (4 with data), 100 Bytes

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