Example #1
0
    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)