Spaces:
Sleeping
Sleeping
def File(file_path): | |
with open(file_path, 'r', encoding='utf-8') as file: | |
return file.read() |
def File(file_path): | |
with open(file_path, 'r', encoding='utf-8') as file: | |
return file.read() |