PythonCausaDBCreate ModelCreate Model @validate_calldef create_model(model_name: str) -> Model Create a model and add it to the CausaDB system. Arguments: model_name str - The name of the model. Returns: Model - The model object.