mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-11-11 20:17:37 +00:00
7 lines
110 B
Python
Executable File
7 lines
110 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
# Only exists for direct CLI usage
|
|
|
|
import changedetectionio
|
|
changedetectionio.main()
|