We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc64e5 commit 36b8684Copy full SHA for 36b8684
googleapiclient/discovery.py
@@ -19,7 +19,7 @@
19
from __future__ import absolute_import
20
21
__author__ = "[email protected] (Joe Gregorio)"
22
-__all__ = ["build", "build_from_document", "fix_method_name", "key2param"]
+__all__ = ["build", "build_from_document", "fix_method_name", "key2param", "Resource"]
23
24
from collections import OrderedDict
25
import collections.abc
0 commit comments