I am working on a class, where I would like to achieve something that broadly looks like this:
class Class: def __init__(self, x = 4): self.x = x