File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 55de la licence CeCILL diffusée sur le site "http://www.cecill.info".
66"""
77
8- version = (1 , 4 )
9- version_string = "1.4 "
8+ version = (1 , 5 )
9+ version_string = "1.5 "
1010
1111from .logger import *
Original file line number Diff line number Diff line change 4545
4646def print_ascii_art ():
4747 """
48- Print GIPSY 2.0 ascii art
48+ Print GIPSY 1.5 ascii art
4949 """
5050 # Disable some pylints warning violations in this function
5151 # pylint: disable=anomalous-backslash-in-string
5252 # pylint: disable=trailing-whitespace
5353 print (
5454 f"""{ color .fg .blue }
55- ___ ____ ____ ___ _ _ __ __
56- / __)(_ _)( _ \/ __)( \/ ) / ) /. |
57- ( (_-. _)(_ )___/\__ \ \ / )( (_ _)
58- \___/(____)(__) (___/ (__) (__)() (_)
59-
55+ _____ _____ _____ _______ __ __ _____
56+ / ____|_ _| __ \ / ____\ \ / / /_ | | ____|
57+ | | __ | | | |__) | (___ \ \_/ / | | | |__
58+ | | |_ | | | | ___/ \___ \ \ / | | |___ \
59+ | |__| |_| |_| | ____) | | | | |_ ___) |
60+ \_____|_____|_| |_____/ |_| |_(_)____/
61+
6062 { color .stop } """
6163 )
6264
You can’t perform that action at this time.
0 commit comments