summaryrefslogtreecommitdiffstats
path: root/examples/full-screen/calculator.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/full-screen/calculator.py')
-rwxr-xr-xexamples/full-screen/calculator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/full-screen/calculator.py b/examples/full-screen/calculator.py
index 1cb513f..1f2b329 100755
--- a/examples/full-screen/calculator.py
+++ b/examples/full-screen/calculator.py
@@ -3,6 +3,7 @@
A simple example of a calculator program.
This could be used as inspiration for a REPL.
"""
+
from prompt_toolkit.application import Application
from prompt_toolkit.document import Document
from prompt_toolkit.key_binding import KeyBindings