hyperboria/library/aiogrpctools/__init__.py

8 lines
202 B
Python

from .base import (
AioGrpcServer,
aiogrpc_request_wrapper,
aiogrpc_streaming_request_wrapper,
)
__all__ = ['AioGrpcServer', 'aiogrpc_streaming_request_wrapper', 'aiogrpc_request_wrapper']