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