Skip to content

Commit 7e7bfe0

Browse files
committed
Add missing list of workos module public symbols.
1 parent 5d295b7 commit 7e7bfe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workos/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
from workos.client import SyncClient as WorkOSClient
22
from workos.async_client import AsyncClient as AsyncWorkOSClient
3+
4+
__all__ = ["WorkOSClient", "AsyncWorkOSClient"]

0 commit comments

Comments
 (0)