Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • How will my setup.py look to do the same import through the packaged library? from package_x.subPackage_b.module_n1 import function_X
    – technazi
    Commented Sep 4, 2019 at 20:51
  • so the key take away here is "using * importing, module package is subject to init.py content" Commented Mar 6, 2020 at 9:44