mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
8 lines
80 B
Python
8 lines
80 B
Python
a = ''
|
|
|
|
from . import invisible_pkg
|
|
|
|
the_pkg = invisible_pkg
|
|
|
|
invisible_pkg = 1
|