mirror of
https://github.com/Jaxan/satuio.git
synced 2025-04-27 14:47:46 +02:00
small change in output style
This commit is contained in:
parent
7ff6b7df55
commit
2dd1c1a2a4
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ installed with `pip`.
|
|||
|
||||
* pysat
|
||||
* tqdm
|
||||
* rich
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
2
uio.py
2
uio.py
|
@ -238,7 +238,7 @@ for base in bases:
|
|||
for i in range(length):
|
||||
for a in alphabet:
|
||||
if avar(i, a) in truth:
|
||||
console.print(a, end=' ', style='bold')
|
||||
console.print(a, end=' ', style='bold green')
|
||||
console.print('')
|
||||
|
||||
# For each state, we print the paths and output.
|
||||
|
|
Loading…
Add table
Reference in a new issue