File size: 142 Bytes
046723b
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python3

# Only exists for direct CLI usage

import changedetectionio

if __name__ == '__main__':
    changedetectionio.main()