Textwizai / utils.py
Erfan11's picture
Update utils.py
34bd5b0 verified
raw
history blame
No virus
91 Bytes
def read_file(file_path):
with open(file_path, 'r') as file:
return file.read()