Update xinfo.py

This commit is contained in:
amogus3016 2021-11-29 12:27:34 -05:00 committed by GitHub
parent ab940de8a3
commit 12dc02ba6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,13 @@
import platform import platform
xascii = '''___ ___ xascii = '''db db
\ \ / / `8b d8'
\ V / `8bd8'
> < .dPYb.
/ . \ .8P Y8.
/__/ \__\ ''' YP YP
'''
# The xascii variable allows the user to easily change the ascii art by pasting it between the triple quotes # The xascii variable allows the user to easily change the ascii art by pasting it between the triple quotes
my_system = platform.uname() my_system = platform.uname()