Skip to content

Add __init__.py file to sample#9

Open
khatchad wants to merge 1 commit intokaiyinzhou:masterfrom
ponder-lab:sample_add
Open

Add __init__.py file to sample#9
khatchad wants to merge 1 commit intokaiyinzhou:masterfrom
ponder-lab:sample_add

Conversation

@khatchad
Copy link
Copy Markdown

The package sample seems to be a "normal" package. Adding the __init__.py file. See https://docs.python.org/3/tutorial/modules.html#tut-packages:

The __init__.py files are required to make Python treat directories containing the file as packages (unless using a namespace package, a relatively advanced feature).

The package `sample` seems to be a "normal" package. Adding the
`__init__.py` file. See https://docs.python.org/3/tutorial/modules.html#tut-packages:

> The `__init__.py` files are required to make Python treat directories containing the file as packages (unless using a namespace package, a relatively advanced feature).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant