1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 01:10:06 +08:00
SpaceVim/bundle/jedi-vim/pythonx/jedi/test/examples/inheritance/pkg/module.py
2022-10-23 15:41:52 +08:00

5 lines
44 B
Python
Vendored

class Bar:
def bar(self):
pass