optar/prod.py

4 lines
112 B
Python

from src.Watcher import Watcher
if __name__ == "__main__":
Watcher("./sites.txt", "./keywords.txt").watch()