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()
|