Usages:
  convention: .goga/usages/conventions.md

Imports:
  - Types:
      - Requests
      - Session
    From: resq/http

Annotations: |
  Facade cell — public entry point of the resq package. Adds no logic: only
  re-exports `Requests` and `Session` (the HTTP clients from resq/http) via the
  embeddings below; resq/__init__.py performs the relative re-exports.

  The response wrappers (BaseResponse / Response / AsyncResponse) and the polling
  routine (poll) are NOT re-exported here — reach them through resq/http when
  their types are needed directly.

  Use `convention` for the public surface and the relative-import re-export style.

---

->Requests: {}
->Session: {}

---

Author: Goga
CreatedAt: 10/08/26
Description: resq package facade — re-exports the public HTTP client API (Requests/Session).
