Integração Pangolin Proxy

This commit is contained in:
2025-12-06 21:11:34 -03:00
parent dc7c446254
commit 5291d8ccae
2008 changed files with 1062 additions and 477 deletions

View File

@@ -41,7 +41,7 @@ with the proxy:
from __future__ import annotations
try:
import socks # type: ignore[import-not-found]
import socks # type: ignore[import-untyped]
except ImportError:
import warnings