from_path

FIAT.from_path(file)

Create a FIAT object from a path to settings file.

Parameters

Name Type Description Default
file Path | str Path to the settings file (e.g. settings.toml). required

Returns

Type Description
FIAT A FIAT object.
Back to top