class Post: # pylint: disable=unused-argument def __init__( self, body: str, **kwargs, ): self.body = body