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