File: __init__.py

package info (click to toggle)
tap.py 3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: python: 1,808; makefile: 164; sh: 40
file content (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
4
from .runner import TAPTestRunner

__all__ = ["TAPTestRunner"]
__version__ = "3.2.1"