Skip to content

Instantly share code, notes, and snippets.

@mgrouchy
Last active February 19, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgrouchy/863354c48c972597321fbb84f338e28d to your computer and use it in GitHub Desktop.
Save mgrouchy/863354c48c972597321fbb84f338e28d to your computer and use it in GitHub Desktop.
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