(self)
| 150 | return cls.instance |
| 151 | |
| 152 | def __init__(self): |
| 153 | # Simply initializes default characters in case they aren't in the database yet |
| 154 | self.all0() |
| 155 | self.all5() |
| 156 | |
| 157 | def exportText(self): |
| 158 | data = "Pyfa exported plan for \"" + self.skillReqsDict['charname'] + "\"\n" |