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 ce939cc commit 680818dCopy full SHA for 680818d
examples/example.py
@@ -7,8 +7,7 @@
7
from rich.panel import Panel
8
from rich.theme import Theme
9
10
-from stagehand import Stagehand, StagehandConfig
11
-from stagehand.utils import configure_logging
+from stagehand import Stagehand, StagehandConfig, configure_logging
12
13
# Compatibility function for Panel.fit (available in Rich >= 14.0.0)
14
def create_panel(content, **kwargs):
0 commit comments