mirror of
https://github.com/davidhalter/jedi.git
synced 2026-07-10 03:39:17 +08:00
7 lines
74 B
Python
7 lines
74 B
Python
from .module import Bar
|
|
|
|
|
|
class Foo(Bar):
|
|
def foo(self):
|
|
pass
|