Skip to content

Commit

Permalink
Expose more Classes and methods to the top level.
Browse files Browse the repository at this point in the history
  • Loading branch information
karajan1001 committed Apr 17, 2023
1 parent ed217ad commit 0d6e66c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/aiooss2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@
from oss2 import AnonymousAuth, Auth, StsAuth

from .api import AioBucket, AioService
from .http import AioSession
from .iterators import AioBucketIterator, AioObjectIterator
from .resumable import resumable_download, resumable_upload

__all__ = [
"AioBucket",
"AioService",
"AioSession",
"AioBucketIterator",
"AioObjectIterator",
"resumable_upload",
"resumable_download",
]

0 comments on commit 0d6e66c

Please sign in to comment.