xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
import
/
pkg3
/
subpkg1
/
mod1.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
print
(
"subpkg1.mod1 __name__:"
,
__name__
)
2
from
..
mod2
import
foo
3