Skip to content

Commit

Permalink
export input_panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Dec 9, 2024
1 parent dabb8c2 commit 927fdea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/inspect_ai/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from ._concurrency import concurrency
from ._console import input_screen
from ._panel import InputPanel, input_panel
from ._resource import resource
from ._sandbox import (
OutputLimitExceededError,
Expand Down Expand Up @@ -27,6 +28,8 @@
__all__ = [
"ExecResult",
"concurrency",
"InputPanel",
"input_panel",
"input_screen",
"OutputLimitExceededError",
"resource",
Expand Down

0 comments on commit 927fdea

Please sign in to comment.