From 27e8397b7f9e5a6239fa22f41e60056b1a77dc85 Mon Sep 17 00:00:00 2001 From: "an.tsouchlos" Date: Fri, 11 Jul 2025 17:41:06 +0000 Subject: [PATCH] Update python/state-cli.md --- python/state-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/state-cli.md b/python/state-cli.md index 1157e01..ac6bb59 100644 --- a/python/state-cli.md +++ b/python/state-cli.md @@ -1,7 +1,7 @@ Implementation of a command line interface that provides different commands based on the state of a state machine. -``` +```py import prompt_toolkit from prompt_toolkit.styles import Style from prompt_toolkit.patch_stdout import StdoutProxy, patch_stdout