mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
8 lines
193 B
Python
8 lines
193 B
Python
"""
|
|
It should not be possible to import this pkg except for the import_tree itself,
|
|
because it is overwritten there. (It would be possible with a sys.path
|
|
modification, though).
|
|
"""
|
|
|
|
foo = 1.0
|