Beispiel #1
0
def __get_items_for_user(userid):
    # Get items for a userid
    # Return list
    return MySQL.get_inventory_list_for_user(userid)