git-submodules

How to import python file from git submodule

How to import python file from git submodule Question: I’ve a project which uses git submodules. In my python file I want to use functions from another python file in the submodule project. In order to work I had to add the init.py file to all subfolders in the path. My folder tree is the …

Total answers: 3