MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / Environment

Class Environment

beanhub_cli/environment.py:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@dataclasses.dataclass
31class Environment:
32 log_level: LogLevel = LogLevel.INFO
33 logger: logging.Logger = logging.getLogger("beanhub_cli")
34 api_base_url: str = os.getenv("BEANHUB_API_URL", "https://api.beanhub.io")
35
36
37pass_env = click.make_pass_decorator(Environment, ensure=True)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected