streamlined the layout, don't need a package
This commit is contained in:
parent
037472fc07
commit
5f28587c15
9 changed files with 11 additions and 73 deletions
5
helper.py
Normal file
5
helper.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def read_file(filepath):
|
||||
with open(filepath, "r") as file:
|
||||
content = file.read()
|
||||
return content
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue