into module A using from module import statement, I get to see the function from module A into __init__.py?
/package
__init__.py
moduleA.py
moduleB.py
Is it supposed to do like this or am I using a wrong structure?
from . import ModuleA
Обсуждают сегодня