Skip to content

Commit

Permalink
Add ProductSearchClient to vision.py (#6635)
Browse files Browse the repository at this point in the history
* Add ProductSearchClient to vision.py
  • Loading branch information
crwilcox authored Nov 21, 2018
1 parent acf790e commit 93f8ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/google-cloud-vision/google/cloud/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@
from __future__ import absolute_import

from google.cloud.vision_v1 import ImageAnnotatorClient
from google.cloud.vision_v1 import ProductSearchClient
from google.cloud.vision_v1 import enums
from google.cloud.vision_v1 import types

__all__ = (
'enums',
'types',
'ImageAnnotatorClient',
'ProductSearchClient',
)

0 comments on commit 93f8ec8

Please sign in to comment.