i saw a lot of professional python softwares using __init__.py on their folders.
what does it do? and what advantage does it do on organizing the file directories?
i thought that __init__ is a constructor to a class but why did they chose this name over others?