Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Last active February 19, 2019 02:08
Be pythonic: __init.py -> package structure.
package/
__init__.py
file.py
file2.py
file3.py
subpackage/
__init__.py
submodule1.py
submodule2.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment