
                         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"Command group for spanner samples.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Samplesa  Cloud Spanner sample apps.

  Each Cloud Spanner sample application includes a backend gRPC service
  backed by a Cloud Spanner database and a workload script that generates
  service traffic.

  These sample apps are open source and available at
  https://github.com/GoogleCloudPlatform/cloud-spanner-samples.

  To see a list of available sample apps, run:

      $ gcloud spanner samples list
  N)__name__
__module____qualname____doc__     'lib/surface/spanner/samples/__init__.pyr   r      s     r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&    ) &  ' (djj r   