Skip to content

Instantly share code, notes, and snippets.

@Rejna
Rejna / Projekt_DTO_Masteries.py
Created January 9, 2014 15:15
Python Riot API wrapper and request sender.
class MasteryPages(object):
def __init__(self, summonerId, pages):
self.summonerId = summonerId
self.pages = pages
class MasteryPage(object):
def __init__(self, id, name, current, talents):
self.id = id
self.name = name
self.current = current