o
    i8                     @   s(   d Z ddlZejG dd dejZdS )zFDefines an enum for classifying RPC methods by control flow semantics.    Nc                   @   s   e Zd ZdZdZdZdS )Servicez>Describes the control flow style of RPC method implementation.inlineeventN)__name__
__module____qualname____doc__INLINEEVENT r   r   X/home/ubuntu/veenaModal/venv/lib/python3.10/site-packages/grpc/framework/common/style.pyr      s    r   )r   enumuniqueEnumr   r   r   r   r   <module>   s   