diff options
Diffstat (limited to 'examples/prompts/cursor-shapes.py')
-rwxr-xr-x | examples/prompts/cursor-shapes.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/prompts/cursor-shapes.py b/examples/prompts/cursor-shapes.py index e668243..62b2d95 100755 --- a/examples/prompts/cursor-shapes.py +++ b/examples/prompts/cursor-shapes.py @@ -2,6 +2,7 @@ """ Example of cursor shape configurations. """ + from prompt_toolkit import prompt from prompt_toolkit.cursor_shapes import CursorShape, ModalCursorShapeConfig |