summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/simple-demos/alignment.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/simple-demos/alignment.py')
-rwxr-xr-xexamples/full-screen/simple-demos/alignment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/simple-demos/alignment.py b/examples/full-screen/simple-demos/alignment.py
index b20b43d..10a8044 100755
--- a/examples/full-screen/simple-demos/alignment.py
+++ b/examples/full-screen/simple-demos/alignment.py
@@ -2,6 +2,7 @@
"""
Demo of the different Window alignment options.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.key_binding import KeyBindings
from prompt_toolkit.layout.containers import HSplit, Window, WindowAlign