File: __init__.py

package info (click to toggle)
pytest-aiohttp 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: python: 186; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
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,
)