9 lines
364 B
Markdown
9 lines
364 B
Markdown
|
|
# `import`
|
||
|
|
|
||
|
|
TODO: ADD MORE DETAIL
|
||
|
|
|
||
|
|
See the Python [documentation entry][keyword-import-docs], as well as [this blog post][keyword-import-etymology] for more details.
|
||
|
|
|
||
|
|
[keyword-import-docs]: https://docs.python.org/3/reference/simple_stmts.html#the-import-statement
|
||
|
|
[keyword-import-etymology]: https://yawpitchroll.com/posts/the-35-words-you-need-to-python/#import
|