daemon.models.custom module

daemon.models.custom.build_pydantic_model(model_name, module)[source]

Built the model for Pydantic

  • Parameters

    • model_name (str) – the name

    • module (str) – the module

    Returns

    the model