Update; add headers to py files

This commit is contained in:
Chris Proctor
2023-07-31 09:54:45 -04:00
parent 9551d88843
commit 91c7684cc2
11 changed files with 428 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
# people.py
# ------------
# By MWC Contributors
#
# Defines two data structures containing people data, meant to be used
# with the functions in `friend_functions.py`.
# You don't need to do anything with thie file.
family = [
{
"name": "Tad Winters",