I have three files created as an example:
mymain.py:
from mult_234 import mult2,mult3 from mult_567 import mult6 def mult10(a): print (\'mult10\')