Skip to content

Commit

Permalink
Splash
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Oct 20, 2023
1 parent 0091588 commit 51c187f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/tools/interop/idt/idt.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
from discovery import MatterBleScanner, MatterDnssdListener

splash = '''\x1b[0m
\x1b[32;1m┌────────\x1b[34;1m──────┐\x1b[35;1m┌──────────┐
\x1b[32;1m│░░░░░░░░│\x1b[34;1m░░░░░░└\x1b[35;1m░░░░░░░░░░│
\x1b[32;1m└──┐░░┌──\x1b[34;1m░░┌┐░░░\x1b[35;1m───┐░░┌───┘
\x1b[32;1m │░░│ \x1b[34;1m░░│└┐░░│\x1b[35;1m │░░│
\x1b[32;1m │░░│ \x1b[34;1m░░│┌┘░░│\x1b[35;1m │░░│
\x1b[32;1m┌──┘░░└──\x1b[34;1m░░└┘░░░│\x1b[35;1m │░░│
\x1b[32;1m│░░░░░░░░│\x1b[34;1m░░░░░░┌┘\x1b[35;1m │░░│
\x1b[32;1m└────────\x1b[34;1m──────┘ \x1b[35;1m └──┘
\x1b[32;1mInterop \x1b[34;1mDebugging \x1b[35;1mTool
\x1b[32;1m┌────────\x1b[33;20m▪\x1b[32;1m \x1b[34;1m──────┐ \x1b[33;20m• \x1b[35;1m┌──────────┐ \x1b[33;20m●
\x1b[32;1m│░░░░░░░░│ \x1b[34;1m░░░░░░└\x1b[33;20m゚\x1b[35;1m░░░░░░░░░░│
\x1b[32;1m└──┐░░┌──\x1b[33;20m۰\x1b[32;1m \x1b[34;1m░░┌┐░░░\x1b[35;1m───┐░░┌───┘
\x1b[32;1m │░░│ \x1b[34;1m░░│└┐░░│\x1b[33;20m▫ \x1b[35;1m \x1b[33;20m۰\x1b[35;1m │░░│ \x1b[33;20m。
\x1b[32;1m \x1b[33;20m•\x1b[32;1m │░░│ \x1b[33;20m● \x1b[34;1m░░│┌┘░░│ \x1b[35;1m │░░│
\x1b[32;1m┌──┘░░└──\x1b[34;1m░░└┘░░░│ \x1b[35;1m │░░│ \x1b[33;20m•
\x1b[32;1m│░░░░░░░░│ \x1b[34;1m░░░░░░┌┘\x1b[33;20m۰ \x1b[35;1m \x1b[33;20m▪\x1b[35;1m │░░│
\x1b[32;1m└────────\x1b[33;20m•\x1b[32;1m \x1b[34;1m──────┘\x1b[33;20m。 \x1b[35;1m └──┘ \x1b[33;20m▫
\x1b[32;1m✰ Interop\x1b[34;1m ✰ Debugging\x1b[35;1m ✰ Tool
\x1b[0m'''


Expand Down

0 comments on commit 51c187f

Please sign in to comment.