mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2025-10-29 21:57:20 +00:00
9 lines
142 B
Python
Executable File
9 lines
142 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
# Only exists for direct CLI usage
|
|
|
|
import changedetectionio
|
|
|
|
if __name__ == '__main__':
|
|
changedetectionio.main()
|