| 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()
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.