-
-
Save mgrouchy/863354c48c972597321fbb84f338e28d to your computer and use it in GitHub Desktop.
Be pythonic: __init.py -> package structure.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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