Coverage for tests / asyncapi / base / basic.py: 0%
2 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-08 01:48 +0000
1from typing import Any
3from faststream._internal.broker.broker import BrokerUsecase
4from faststream.specification.base import Specification
7class SpecificationFactory:
8 def get_spec(self, broker: BrokerUsecase[Any, Any]) -> Specification:
9 raise NotImplementedError