Skip to content

Commit de7cc3e

Browse files
Refactor ASCII art in main.py
Updated ASCII art in main.py for better readability.
1 parent 74604ca commit de7cc3e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • src/sglang_diffusion_routing/cli

src/sglang_diffusion_routing/cli/main.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def _print_fired_up_banner(log_prefix: str) -> None:
2424
|___/
2525
2626
____ _ _____ _
27-
| _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| | _ _ _ __
28-
| |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | | '_ \
29-
| _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | | |_| | |_) |
30-
|_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_| \__,_| .__/
31-
|_|
27+
| _ \ ___ _ _| |_ ___ ____| ___(_)_ __ ___ __| |_ _ _ __
28+
| |_) / _ \| | | | __/ _ \ __| |_ | | '__/ _ \/ _` | | | | '_ \
29+
| _ < (_) | |_| | || __/ | | _| | | | | __/ (_| | |_| | |_) |
30+
|_| \_\___/ \__,_|\__\___|_| |_| |_|_| \___|\__,_\__,__| .__/
31+
|_|
3232
3333
"""
3434
use_color = sys.stdout.isatty() and "NO_COLOR" not in os.environ

0 commit comments

Comments
 (0)