Exemple #1
0
def GetHistory():
    AllPic =  MyModel.GetPicturs()
    data=[]
    for pic in AllPic:
        data.append(pic[0])
    return data