profiles.base.BaseProfile.from_json#

classmethod BaseProfile.from_json(filepath: str) BaseProfile[source]#

Reconstruct a profile from a JSON file.

Parameters:

filepath (str) – Path to the JSON file.

Returns:

Reconstructed profile instance.

Return type:

BaseProfile