Example #1
0
def run_homework():
    user_interface.handle_customer()
Example #2
0
def run_homework():
    Store.AVAILABLE_PRODUCTS = load_store()
    user_interface.handle_customer()
    save_store(Store.AVAILABLE_PRODUCTS)
Example #3
0
def run():
    user_interface.handle_customer()