mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-17 09:05:38 +00:00
Use only Python
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def load_template(template_file_path: str):
|
||||
with open(template_file_path, 'r') as template_file:
|
||||
template_content = template_file.read()
|
||||
return template_content
|
||||
Reference in New Issue
Block a user