6 lines
110 B
Python
Executable file
6 lines
110 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
# Only exists for direct CLI usage
|
|
|
|
import changedetectionio
|
|
changedetectionio.main()
|