class TestOne: func _init(): pass class TestTwo extends TestOne: func _init(): super() func test(): pass