We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc64e5 commit c532954Copy full SHA for c532954
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