Repository created to create a class usefull to the analysis of membranes ane proteins.
The first way of code usage is addign the path where the .py file is into your python code
import sys # This import the library sys sys.path.append("./") # This add the path where the core code is from analysis_class.py import analysis # imports the class analsysis to your current python file