예제 #1
0
파일: api.py 프로젝트: whiteprism/mywork
def get_hero(pk):
    return Hero.get(int(pk))