Skip to content

Commit 0d6e66c

Browse files
committed
Expose more Classes and methods to the top level.
1 parent ed217ad commit 0d6e66c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/aiooss2/__init__.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@
66
from oss2 import AnonymousAuth, Auth, StsAuth
77

88
from .api import AioBucket, AioService
9+
from .http import AioSession
910
from .iterators import AioBucketIterator, AioObjectIterator
11+
from .resumable import resumable_download, resumable_upload
12+
13+
__all__ = [
14+
"AioBucket",
15+
"AioService",
16+
"AioSession",
17+
"AioBucketIterator",
18+
"AioObjectIterator",
19+
"resumable_upload",
20+
"resumable_download",
21+
]

0 commit comments

Comments
 (0)