Skip to content

Commit

Permalink
✨ Add patch functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 12, 2023
1 parent 918c201 commit 1da3848
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/codeinterpreterapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
from codeinterpreterapi.schema import File
from codeinterpreterapi.session import CodeInterpreterSession

__all__ = ["CodeInterpreterSession", "File", "settings"]
from ._patch_parser import patch

patch()

__all__ = [
"CodeInterpreterSession",
"File",
"settings",
]

0 comments on commit 1da3848

Please sign in to comment.