hyfetch/tools/distros/Windows_11.py

22 lines
673 B
Python
Raw Normal View History

2022-08-20 09:30:23 -04:00
from hyfetch.distro import AsciiArt
Windows_11 = AsciiArt(match="""*"[Windows 11]"*|*"on Windows 11"*| "Windows 11"* |"windows11"""", color='4 6', ascii="""
${c1}
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
################ ################
""")