Pecximenes's picture
Removing diretory and organazing files
94e320d
raw
history blame contribute delete
104 Bytes
def File(file_path):
with open(file_path, 'r', encoding='utf-8') as file:
return file.read()