kac/main.py

6 lines
105 B
Python

from watchgod import watch
def main():
for changes in watch('./images'):
print(changes)