create_config_template

Function
create_config_template(path: Path | str = 'svan2d.toml')

Create a template configuration file

Copies the system defaults to a new file that users can customize.

Parameters

path
Path where to create the template (default: "svan2d.toml")

Examples

from svan2d.config import create_config_template
    create_config_template("my_config.toml")