mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 09:46:39 +07:00
7 lines
125 B
Python
7 lines
125 B
Python
from dest_module import NewParent
|
|
|
|
|
|
class MyClass(NewParent):
|
|
@classmethod
|
|
def foo_method(cls):
|
|
spam = "eggs" |