def choice()

in projects/enable-irsa/src/main.py [0:0]


def choice(Question: str):
    response = input(Question).strip().lower()
    return response