Skip to content

Commit 8a23cae

Browse files
authored
Add missing list of workos module public symbols (#415)
1 parent 5d295b7 commit 8a23cae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

workos/__init__.py

+2
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)