9 lines
211 B
Python
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()
|