6 lines
135 B
Python
6 lines
135 B
Python
from scripts import watcher
|
|
|
|
|
|
if __name__ == '__main__':
|
|
w = watcher.Watcher(directory='/Users/geng/charles/autosaved')
|
|
w.run() |