1
Fork 0
mirror of https://github.com/Jaxan/satuio.git synced 2025-04-27 06:37:45 +02:00

small change in output style

This commit is contained in:
Joshua Moerman 2022-01-17 16:54:41 +01:00
parent 7ff6b7df55
commit 2dd1c1a2a4
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ installed with `pip`.
* pysat
* tqdm
* rich
## Usage

2
uio.py
View file

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