|
|
|
|
|
by lutostag
2388 days ago
|
|
Always one of the good articles to link to when creating a Python repo from scratch. Should mention that __init__.py is not needed for python 3.3+ anymore (just found that out this week myself to my surprise) so for projects where backwards compatibility is not required you can stop creating extra blank files if you don't need them. https://stackoverflow.com/questions/37139786/is-init-py-not-... |
|
I get burned by that one a lot!