Beispiel #1
0
def processCsvDataDisplayResults(filePath):
    sharesInfo = SharesInfo(filePath)
    sharesInfo.processCsvFile()
    displayMainMenu()