I used the following command to add an existing project as submodule to my project.
git submodule add https://github.com/...
However, the submodule root does not contain an __init__.py
file. Is it possible to import the features from this submodule without making changes to it?
Contents of .gitmodules:
[submodule "name"]
path = name
url = https://github.com/name