Commit 81cf64f2 authored by 谭九鼎's avatar 谭九鼎 Committed by GitHub

Update entry_point.rst

parent 754f710a
......@@ -33,6 +33,8 @@ with ``__init__.py`` as:
and ``__main__.py`` providing a hook:
.. code-block:: python
from . import hello_world
if __name__ == '__main__':
hello_world()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment