예제 #1
0
파일: app.py 프로젝트: metazool/trumpz
 def get(self, id=230):
     c = Card()
     return c.show(start=int(id))
예제 #2
0
파일: app.py 프로젝트: metazool/trumpz
 def get(self, id=230):
     c = Card()
     return c.show(start=int(id))