config_storage library

Pluggable storage backend for credentials.

Allows swapping between file-based storage (production) and in-memory storage (tests) without changing business logic.

Classes

ConfigStorage
FileConfigStorage
File-based credential storage (default for CLI usage).
InMemoryConfigStorage
In-memory credential storage for unit tests.