summaryrefslogtreecommitdiffstats
path: root/examples/print-text/ansi.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/print-text/ansi.py')
-rwxr-xr-xexamples/print-text/ansi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/print-text/ansi.py b/examples/print-text/ansi.py
index 618775c..e7a20e4 100755
--- a/examples/print-text/ansi.py
+++ b/examples/print-text/ansi.py
@@ -5,6 +5,7 @@ Demonstration of how to print using ANSI escape sequences.
The advantage here is that this is cross platform. The escape sequences will be
parsed and turned into appropriate Win32 API calls on Windows.
"""
+
from prompt_toolkit import print_formatted_text
from prompt_toolkit.formatted_text import ANSI, HTML