Files
timestamp_project/main.py
2022-04-06 16:05:09 -05:00

9 lines
211 B
Python

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()