Ask Your Question

Revision history [back]

click to hide/show revision 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()