summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/split-screen.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/split-screen.py')
-rwxr-xr-xexamples/full-screen/split-screen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/split-screen.py b/examples/full-screen/split-screen.py
index af5403e..17e69c9 100755
--- a/examples/full-screen/split-screen.py
+++ b/examples/full-screen/split-screen.py
@@ -5,6 +5,7 @@ Simple example of a full screen application with a vertical split.
This will show a window on the left for user input. When the user types, the
reversed input is shown on the right. Pressing Ctrl-Q will quit the application.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.buffer import Buffer
from prompt_toolkit.key_binding import KeyBindings