Skip to content

Commit 8ba9a33

Browse files
author
liyan.90210
committed
feat: auto generate for ark
1 parent 395211a commit 8ba9a33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4360
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from ._client import Ark, AsyncArk
2+
from ._utils._logs import setup_logging as _setup_logging
3+
4+
5+
__all__ = ["Ark", "AsyncArk"]
6+
7+
_setup_logging()

0 commit comments

Comments
 (0)