you could just make ```python class FakeArgparse: def __init__(**kwargs): self.__dict__.update(kwargs) ```