[+] Create generate_report

This commit is contained in:
Hykilpikonna
2021-11-24 19:34:12 -05:00
parent 192d6d4760
commit bae16fce53
2 changed files with 18 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
from constants import SRC_DIR
from utils import read
def generate_report() -> str:
"""
Create a HTML report
:return: HTML
"""
return read(f'{SRC_DIR}/report_document.md')
if __name__ == '__main__':
print(generate_report())
+3
View File
@@ -1 +1,4 @@
# H1
Test