forked from VimPlug/jedi
7 lines
74 B
Python
7 lines
74 B
Python
from .module import Bar
|
|
|
|
|
|
class Foo(Bar):
|
|
def foo(self):
|
|
pass
|