You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__main__.py is frequently used by packages and modules (like the standard turtledemo) to enable things like:
python -m some_module
I would like to propose a __main__.py example inside src/sampleproject, as a reference for new developers. I know that any change must be documented, but I don't think it would be really hard to do.
Also, if you like this idea, tell me, and I can open a pull request.
The text was updated successfully, but these errors were encountered:
I know this is not user-facing, but maybe it could be a useful reference. Or maybe, we can even propose an "advanced example" to include that kind of things on it.
__main__.py
is frequently used by packages and modules (like the standardturtledemo
) to enable things like:I would like to propose a
__main__.py
example insidesrc/sampleproject
, as a reference for new developers. I know that any change must be documented, but I don't think it would be really hard to do.Also, if you like this idea, tell me, and I can open a pull request.
The text was updated successfully, but these errors were encountered: