2 lines
46 B
Python
2 lines
46 B
Python
def get_item(item_id): return {'id': item_id}
|
def get_item(item_id): return {'id': item_id}
|