[+] Create generate_report
This commit is contained in:
@@ -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())
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
|
||||
# H1
|
||||
|
||||
Test
|
||||
|
||||
Reference in New Issue
Block a user