예제 #1
0
파일: engine.py 프로젝트: novabrahm/opensef
def genReport():
        scoring.score()
        report.gen()
예제 #2
0
 def onGen(self, event):
     startDate = _wxToPyDate(self.start.GetValue())
     endDate = _wxToPyDate(self.end.GetValue())
     report.gen(startDate, endDate, batteryChange, getOptions())