| 5 | # Devloped By Black_angel |
| 6 | # This is Logo Function |
| 7 | def logo(): |
| 8 | print(" ──────────────────────────────────────────────────────── ") |
| 9 | print(" | | ") |
| 10 | print(" | ######## ## ######### ## ## ### | ") |
| 11 | print(" | ## ## ## ## ## ## ## ## | ") |
| 12 | print(" | ## ### ## ## ## ## ## ## | ") |
| 13 | print(" | ## ### ## ######### ########### ########## | ") |
| 14 | print(" | ## ### ## ## ## ## ## ## | ") |
| 15 | print(" | ## ## ## ## ## ## ## ## | ") |
| 16 | print(" | ######## ## ######### ## ## ## ## | ") |
| 17 | print(" | | ") |
| 18 | print(" \033[1;91m| || Digital Information Security Helper Assistant || | ") |
| 19 | print(" | | ") |
| 20 | print(" ──────────────────────────────────────────────────────── ") |
| 21 | print("\033[1;36;49m") |
| 22 | |
| 23 | |
| 24 | # This is Login Function |