from sqlobject import * class Controle(SQLObject): Proprio = ForeignKey('Proprio') nom = Strincol() date = DateCol()