Files
2025-11-23 21:11:06 -08:00

7 lines
85 B
Python

from .watcher import main
__all__ = ["main"]
if __name__ == "__main__":
main()