Exemplo n.º 1
0
 def init_tally(self):
   # FIXME: create the right kind of tally
   from helios.workflows import homomorphic
   return homomorphic.Tally(election=self)
Exemplo n.º 2
0
 def init_tally(self):
   # FIXME: create the right kind of tally
   from helios.workflows import homomorphic
   print("AQUI MODELS.PY CLASS TALLY DEF INIT_TALLY")
   return homomorphic.Tally(election=self)