I have a simple project
import module_1 def main():` print(\'Starting main...\')` module_1.printVersion() if __name__ == \'