mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
9 lines
89 B
Python
9 lines
89 B
Python
import sys
|
|
|
|
from rich import print
|
|
|
|
|
|
def bye(*args):
|
|
print("Goodbye")
|
|
sys.exit()
|