from foo imprt * in package __init__ ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ray Schumacher

    #1

    from foo imprt * in package __init__ ?

    What is the Pythonic-ness of using
    from foo imprt *
    in a package's __init__.py?

    I import my own (~8) module files in the package this way, and import
    standard modules with "import bar".

    Ray


Working...