File: __init__.py

package info (click to toggle)
python-requests-ntlm 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 606; makefile: 14
file content (3 lines) | stat: -rw-r--r-- 69 bytes parent folder | download
1
2
3
from .requests_ntlm import HttpNtlmAuth

__all__ = ("HttpNtlmAuth",)