kac/main.py

6 lines
105 B
Python
Raw Normal View History

2022-11-04 00:56:20 +00:00
from watchgod import watch
def main():
for changes in watch('./images'):
print(changes)