1 2 3 4 5 6 7
import module_b from module_a import main as run_main class Service: def execute(self): module_b.hello() run_main()