danoan.word_guru.cli.model module

class danoan.word_guru.cli.model.WordGuruConfiguration(openai_key: str | None = None, cache_path: pathlib.Path | None = None)[source]

Bases: object

Parameters:
  • openai_key (str | None)

  • cache_path (Path | None)

cache_path: Path | None = None
openai_key: str | None = None