PythonModelConstructorclass Model() Constructor def __init__(model_name: str, client: "CausaDB") -> None Initializes the Model class. Arguments: model_name str - The name of the model. client CausaDB - A CausaDB client.