python-esmonitor/bin/pymonitor

7 lines
102 B
Python

#!/usr/bin/env python3
from pymonitor import daemon
if __name__ == "__main__":
daemon.run_cli()