Files
baijiahao_data_crawl/venv/Lib/site-packages/mitmproxy_rs/certs.pyi

10 lines
153 B
Python
Raw Normal View History

2025-12-25 11:16:59 +08:00
from __future__ import annotations
def add_cert(pem: str) -> None: ...
def remove_cert() -> None: ...
__all__ = [
"add_cert",
"remove_cert",
]