optar/prod.py

4 lines
112 B
Python
Raw Normal View History

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