def no_override(const): def wrapper(self): super().__init__(self) const() return wrapper class Hello: def __init__(self): print(