Exemple #1
0
def add_to_inventory(container_id):
    i = Inventory()
    i.container_id = container_id
    return i.save()