Ejemplo n.º 1
0
 def get(self, id=230):
     c = Card()
     return c.show(start=int(id))
Ejemplo n.º 2
0
 def get(self, id=230):
     c = Card()
     return c.show(start=int(id))