コード例 #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))