Added a Clock class. Methods inside the class include: punch_in, punch_out, and close. Excluding close, punch_in and punch_out update cells in a database. The close method closes the connection to the SQLite database and should be ran when the user is done using the Clock class.
Added a Clock class. Methods inside the class include: punch_in, punch_out, and close. Excluding close, punch_in and punch_out update cells in a database. The close method closes the connection to the SQLite database and should be ran when the user is done using the Clock class.