mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
4 lines
63 B
Python
4 lines
63 B
Python
from parent_module import Parent
|
|
|
|
class Child(Parent):
|
|
pass |