optar/dev.py

4 lines
124 B
Python
Raw Normal View History

2024-07-15 14:12:40 +00:00
from src.Watcher import Watcher
if __name__ == "__main__":
Watcher("./optar/sites.txt", "./optar/keywords.txt").watch()