示例#1
0
文件: App.py 项目: nledford/Timecard
    def __init__(self):
        # If true, the program will quit
        self.stop = False

        # Loads "timecard.json" from the hard disk if it exists
        TimeCard.load_time_card()

        # Display application name and version on first load only
        print('Timecard Calculator ', version)