Example #1
0
def add_branch(branch_name, branch_vehicle_details):
    branch = Branch(branch_name)
    branch.add_vehicles(branch_vehicle_details)