Y
Hacker News
new
|
ask
|
show
|
jobs
by
bobbylarrybobby
2392 days ago
Like what?
2 comments
samdixon
2392 days ago
Not op but I have personally noticed that doing a ‘python setup.py install’ doesn’t correctly import modules unless you have an __init__.py file. It’s possible I could be doing something wrong however.
link
eirki
2392 days ago
Mypy sometimes uses init files to understand internal imports.
link