diff options
Diffstat (limited to 'docker/__init__.py')
-rw-r--r-- | docker/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/__init__.py b/docker/__init__.py index 5f642a8..9e59f84 100644 --- a/docker/__init__.py +++ b/docker/__init__.py @@ -13,3 +13,4 @@ # limitations under the License. from .client import Client, APIError # flake8: noqa +import objects
\ No newline at end of file |