Beispiel #1
0
 def service_init_func(row):
     c = Service()
     c.name = row['nom']
     c.description = row['description']
     return c