Add python file headers

This commit is contained in:
Chris Proctor
2023-07-11 15:49:23 -04:00
parent 4e2abe1775
commit 71e1463941
5 changed files with 36 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
# This is a Python program. You can run it by typing "python desk.py"
# desk.py
# --------
# By MWC Contributors
#
# This is a Python program. You can run it by typing `python desk.py`
import sys
from pathlib import Path