7 lines
85 B
Python
7 lines
85 B
Python
from .watcher import main
|
|
|
|
__all__ = ["main"]
|
|
|
|
if __name__ == "__main__":
|
|
main()
|