basic calculations on time, figuring hours clocked

This commit is contained in:
Mikayla Dobson
2022-04-06 16:05:09 -05:00
parent a758526bfc
commit a75bff67cf
5 changed files with 99 additions and 37 deletions

View File

@@ -1,4 +1,8 @@
from user_input import *
from database import *
print("""
Welcome to the personal time stamp program.
This program is intended to help you keep track of your work hours on personal projects.""")
parse_input()