Beispiel #1
0
def get_all_cards():
    door = Door()
    res = door.get_all_cards()
    print(res)