mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-27 23:51:26 +08:00
10 lines
151 B
Python
10 lines
151 B
Python
""" needed for some modules to test against packages. """
|
|
|
|
some_variable = 1
|
|
|
|
|
|
from . import imports
|
|
# TODO this is not correct
|
|
#?
|
|
imports.relative()
|