File: __init__.py

package info (click to toggle)
pytest-watcher 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 856 kB
  • sloc: python: 925; makefile: 28; sh: 13
file content (5 lines) | stat: -rw-r--r-- 76 bytes parent folder | download
1
2
3
4
5
from .watcher import VERSION, run

__version__ = VERSION

__all__ = ["run"]