Use importAirfoil function with the full path to document with airfoil data as only input argument. Please check provided test in test/_App folder. In order to run the test first run CreateApp.cmd ...
About Modules in Python. In simple words: A module is a file that contains Python code, functions, and variables that we can reuse in our programs. Instead of writing everything from scratch, we can ...