Add initial data dict

This commit is contained in:
Nick Touran 2025-12-12 09:40:42 -05:00
parent fb28c6c5c5
commit 36fcb5f260
19 changed files with 784 additions and 116 deletions

View file

@ -18,7 +18,8 @@ sys.path.insert(0, SRC)
import datetime
# -- Project information -----------------------------------------------------
company_name = "Applied Maritime Sciences"
company_name = "Applied Maritime Sciences, LLC"
project_name = "Project 1959"
project = f"{company_name} Governing Documents"
author = company_name
release = "1.0"