diff options
Diffstat (limited to 'examples/full-screen/simple-demos/float-transparency.py')
-rwxr-xr-x | examples/full-screen/simple-demos/float-transparency.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/simple-demos/float-transparency.py b/examples/full-screen/simple-demos/float-transparency.py index 4dc38fc..a7a88c2 100755 --- a/examples/full-screen/simple-demos/float-transparency.py +++ b/examples/full-screen/simple-demos/float-transparency.py @@ -2,6 +2,7 @@ """ Example of the 'transparency' attribute of `Window' when used in a Float. """ + from prompt_toolkit.application import Application from prompt_toolkit.formatted_text import HTML from prompt_toolkit.key_binding import KeyBindings |