Seperate a single .py file into multiple .py files [closed]
I want to separate the file (*.py). If I saparate the file which are A.py and B.py and C.py. B and C are the sub-files of A.py If I run the A.py, A file must call the B and C files. How should I do?
- I want make the modeling about Low pass filter for the frequency from PSS/E. How should I solve this problem?