+ 1
directory in Python
This statement below is everywhere on the internet but I have tried to run modules without __init__.py and it works perfectly fine. How ?
1 Respuesta
0
The __init__ stands for initializer, and that is important for the module, so if you leave it out, it automatically adds to it a blank initializer