-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathart.py
21 lines (18 loc) · 1.28 KB
/
art.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
"""
╔═════════════════════════════════════════════════════╗
║ File: art.py ║
╠═════════════════════════════════════════════════════╣
║ Description: The logo of DreamDIA ║
╠═════════════════════════════════════════════════════╣
║ Author: Mingxuan Gao ║
║ Contact: [email protected] ║
╚═════════════════════════════════════════════════════╝
"""
logo = """
___ ___ _ _____
( _`\ ( _`\ (_)( _ )
| | ) | _ __ __ _ _ ___ ___ | | ) || || (_) |
| | | )( '__)/'__`\ /'_` )/' _ ` _ `\| | | )| || _ |
| |_) || | ( ___/( (_| || ( ) ( ) || |_) || || | | |
(____/'(_) `\____)`\__,_)(_) (_) (_)(____/'(_)(_) (_)
"""