changedetection / changedetection.py
minhpn's picture
init
046723b
#!/usr/bin/env python3
# Only exists for direct CLI usage
import changedetectionio
if __name__ == '__main__':
changedetectionio.main()