Skip to content

Commit c532954

Browse files
committed
chore: Expose Resource class through __all__
1 parent 8bc64e5 commit c532954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/discovery.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from __future__ import absolute_import
2020

2121
__author__ = "[email protected] (Joe Gregorio)"
22-
__all__ = ["build", "build_from_document", "fix_method_name", "key2param"]
22+
__all__ = ["build", "build_from_document", "fix_method_name", "key2param", "Resource"]
2323

2424
from collections import OrderedDict
2525
import collections.abc

0 commit comments

Comments
 (0)