First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Regarding 1st question - just write in the top of A.py:
import B
import C
than if you have e.g. in B.py some function1, you can reach it in A.py :
B.function1()