forked from VimPlug/jedi
6 lines
72 B
Python
6 lines
72 B
Python
from ..usages import usage_definition
|
|
|
|
|
|
def x():
|
|
usage_definition()
|