
                         b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	z<The operations command group for the Cloud API Gateways CLI.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)
OperationsziManage operations for Cloud API Gateways.

  Commands for managing operations for Google API Gateways.
  N)__name__
__module____qualname____doc__     .lib/surface/api_gateway/operations/__init__.pyr   r      s    r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s'     C &  ' ( r   