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