Beispiel #1
0
def main():
    inventory = Inventory()
    admin = Admin("admin", "admin", inventory)  # Default admin.
    main_menu(inventory)