示例#1
0
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
示例#2
0
def addtobookbutton():
    cookrecipe = CookRecipe()
    return cookrecipe.add_to_book_button()
示例#3
0
def removefrombook():
    cookrecipe = CookRecipe('remove_from_book')
    return cookrecipe.add_to_book_button()