We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdb5e2 commit dd75880Copy full SHA for dd75880
codeinterpreterapi/__init__.py
@@ -1,4 +1,5 @@
1
+from codeinterpreterapi.config import settings
2
from codeinterpreterapi.schema import File
3
from codeinterpreterapi.session import CodeInterpreterSession
4
-__all__ = ["CodeInterpreterSession", "File"]
5
+__all__ = ["CodeInterpreterSession", "File", "settings"]
0 commit comments