Files
FastAnime/fastanime/cli/interfaces/quit.py

9 lines
89 B
Python

import sys
from rich import print
def bye(*args):
print("Goodbye")
sys.exit()