fenn.export

class fenn.export.Exporter[source]

Bases: object

Singleton responsible for managing a single export directory.

Return type:

Exporter

__init__()[source]
Return type:

None

configure(args)[source]

Configure the export directory from arguments.

Parameters:

args (Dict[str, Any])

Return type:

Path

property export_dir: Path

Return the export directory, ensuring it exists.