Hi,
thanks for the tutorial. After reading the tutorial, i'm still quite confused on some things. So if i understood correctly, a namespace package does not have a __init__.py file. However, data-repos and data-repos-cars should not be namespace packages since they are "concrete" packages that are "part" of the namespace package? Therefore they each should include a __init__.py even if they're blanks? Obviously there is no __init__,py included currently and they still work, so my questions are:
- is my understanding correct wrt.
__init__.py?
- does including
__init__.py matter practically?
Thanks in advance!