class Fruit: pass class Orange(Fruit): def __init__(self): super().__init__()