Hello
I was trying to utilize the AeroPy but I have an issue. I have installed the library. If I do import aeropy - no errors. But if I do "import aeropy.xfoil_module as xf" or if I am tying to use it directly : "aeropy.xfoil_module.call("/airfoilNACA4.dat", alfas=2, output='Cp', Reynolds=10000, Mach=0, plots=True, NACA=False, GDES=False,iteration=10, flap=None, PANE=False, NORM=True), I get an error
