mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-15 14:23:19 -08:00
8 lines
88 B
Python
8 lines
88 B
Python
import sys
|
|
from rich import print
|
|
|
|
|
|
def bye(*args):
|
|
print("Goodbye")
|
|
sys.exit()
|