File: __main__.py

package info (click to toggle)
python-watchgod 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 220 kB
  • sloc: python: 1,040; makefile: 55
file content (4 lines) | stat: -rw-r--r-- 59 bytes parent folder | download | duplicates (14)
1
2
3
4
from .cli import cli

if __name__ == '__main__':
    cli()