mirror of https://github.com/Askill/optar.git
4 lines
124 B
Python
4 lines
124 B
Python
|
|
from src.Watcher import Watcher
|
||
|
|
|
||
|
|
if __name__ == "__main__":
|
||
|
|
Watcher("./optar/sites.txt", "./optar/keywords.txt").watch()
|