Exemplo n.º 1
0
def readfile(file_path):
    file_reader = FileReader(file_path)
    dict = file_reader.readfile()
    return dict