1
0
forked from VimPlug/jedi
Files
jedi-fork/test/examples/not_in_sys_path/pkg/module.py
2020-01-12 00:55:01 +01:00

8 lines
221 B
Python

from not_in_sys_path import not_in_sys_path
from not_in_sys_path import not_in_sys_path_package
from not_in_sys_path.not_in_sys_path_package import module
not_in_sys_path.value
not_in_sys_path_package.value
module.value