summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/hello-world.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/hello-world.py')
-rwxr-xr-xexamples/full-screen/hello-world.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/hello-world.py b/examples/full-screen/hello-world.py
index b818018..86102d6 100755
--- a/examples/full-screen/hello-world.py
+++ b/examples/full-screen/hello-world.py
@@ -2,6 +2,7 @@
"""
A simple example of a a text area displaying "Hello World!".
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.key_binding import KeyBindings
from prompt_toolkit.layout import Layout