File: __init__.py

package info (click to toggle)
pytest-aiohttp 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 140 kB
  • sloc: python: 186; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 211 bytes parent folder | download
1
2
3
4
5
6
from ._version import version as __version__  # noqa: F401
from .plugin import (  # noqa: F401
    AiohttpClient as AiohttpClient,
    AiohttpRawServer as AiohttpRawServer,
    AiohttpServer as AiohttpServer,
)