summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/buttons.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/buttons.py')
-rwxr-xr-xexamples/full-screen/buttons.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/buttons.py b/examples/full-screen/buttons.py
index 540194d..f741b26 100755
--- a/examples/full-screen/buttons.py
+++ b/examples/full-screen/buttons.py
@@ -2,6 +2,7 @@
"""
A simple example of a few buttons and click handlers.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.application.current import get_app
from prompt_toolkit.key_binding import KeyBindings