leal26 / AeroPy

Python interface for XFOIL. The objective of this library is to be able to be able to call XFOIL from Python iteratively for any simulation in a total of 4 lines total.
MIT License
60 stars 31 forks source link

Organizes code to fulfill PEP8 standards #7

Closed belac626 closed 6 years ago

belac626 commented 6 years ago

I went through this portion of AeroPy (because it pertains to a project I am currently working on) using syntax highlighting and PEP8 linting. Updated it to conform to PEP8 standards.