from_file

Configurations.from_file(path)

Initialize Configurations from a file.

Parameters

Name Type Description Default
path Path | str Path to the settings file. required
Back to top