Update sherpa-v.py

This commit is contained in:
amogus3016 2021-12-17 11:46:32 -05:00 committed by GitHub
parent edd76fa8b0
commit f5924ac67e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,7 @@ print ("| // |")
print ("| // |") print ("| // |")
print ("| |") print ("| |")
print ("|_________________|") print ("|_________________|")
print ()
print ("This program is provided as is, without any warranty. Refer to the GNU GPL for more information.")
# Can be executed by running 'python /path/to/sherpa-v.py', however creating an alias in your shell's rc file might be a good idea. # Can be executed by running 'python /path/to/sherpa-v.py', however creating an alias in your shell's rc file might be a good idea.