
    '                         d Z ddlmZ ddlmZ ddlmZ ddlmZ  ej                  ej                  j                  ej                  j                         G d dej                               Zy)	z<The operations command group for Database Migration Service.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)
OperationszpManage Database Migration Service operations.

  Commands for managing Database Migration Service operations.
  N)__name__
__module____qualname____doc__     5lib/surface/database_migration/operations/__init__.pyr   r      s    r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHAGAGroupr   r   r   r   <module>r      s^     C &  ' ( D%%++T->->-A-AB  Cr   