"""This type stub file was generated by pyright.""" class StoreError(RuntimeError): ... class CredentialsNotFound(StoreError): ... class InitializationError(StoreError): ... def process_store_error(cpe, program): ...