forked from VimPlug/jedi
8 lines
80 B
Python
8 lines
80 B
Python
a = ''
|
|
|
|
from . import invisible_pkg
|
|
|
|
the_pkg = invisible_pkg
|
|
|
|
invisible_pkg = 1
|