rtfd/in/python3/syntax.rst

21 lines
236 B
ReStructuredText
Raw Normal View History

2017-12-02 22:02:37 +00:00
******
Syntax
******
Imports
=======
.. code:: python3
import module
module.py → module/__init__.py
------------------------------
* __init__.py
first/module.py → second/module.py
----------------------------------
* first