Closed mrwilson closed 1 year ago
Up until this point, the whole codebase existed in __init__.py.
__init__.py
To improve testability, among other reasons, this PR decomposes most of the content of __init__.py into separate files for serving content, parsing ADRs, and rendering HTML.
Up until this point, the whole codebase existed in
__init__.py
.To improve testability, among other reasons, this PR decomposes most of the content of
__init__.py
into separate files for serving content, parsing ADRs, and rendering HTML.