If you want to call the method of mymodule / file / domain / Domain_Test.py from ROO_PATH / ***. Py
sys.path.append(ROOT_PATH + "mymodule/file/domain/") import Domain_Test
def main(): Domain_Test.Class().Test()
Recommended Posts