Update python/state-cli.md

This commit is contained in:
an.tsouchlos 2025-07-11 17:41:06 +00:00
parent e645bb52f2
commit 27e8397b7f

View File

@ -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