Coverage for human_requests/__init__.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.10.6, created at 2025-09-13 21:41 +0000

1from .abstraction.http import URL, HttpMethod 

2from .impersonation import ImpersonationConfig, Policy 

3from .session import Session 

4 

5__all__ = ["Session", "ImpersonationConfig", "Policy", "HttpMethod", "URL"] 

6 

7__version__ = "0.1.0"