File: helpers.py

package info (click to toggle)
python-wolf-comm 0.0.47-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,204 kB
  • sloc: python: 1,008; makefile: 3
file content (2 lines) | stat: -rw-r--r-- 79 bytes parent folder | download
1
2
def bearer_header(token: str):
    return {"Authorization": "Bearer " + token}