def __init__(self):
     """ Initialize the Species Factory """
     XmlFactory.__init__(self, "pokedex.xml")
Beispiel #2
0
 def __init__(self):
     """ Initialize the Species Factory """
     XmlFactory.__init__(self, "pokedex.xml")
 def __init__(self):
     """ Initialize the Trainer Factory """
     XmlFactory.__init__(self, "trainerdex.xml")
 def __init__(self):
     """ Initialize the Trainer Factory """
     XmlFactory.__init__(self, "trainerdex.xml")
 def __init__(self):
     """ Initialize the player factory """
     XmlFactory.__init__(self, "player.xml")
 def __init__(self):
     """ Initialize the player factory """
     XmlFactory.__init__(self, "player.xml")