CardioPINN / echonet /__main__.py
Franny Dean
files
dde56f0
raw
history blame
No virus
100 Bytes
"""Entry point for command line."""
import echonet
if __name__ == '__main__':
echonet.main()