Files
tg-ws-proxy/proxy/__init__.py

6 lines
230 B
Python
Raw Normal View History

2026-04-09 19:54:38 +03:00
from .config import parse_dc_ip_list, proxy_config
2026-05-08 14:36:47 +03:00
from .utils import get_link_host, build_github_opener
2026-04-09 19:54:38 +03:00
2026-05-16 11:32:42 +03:00
__version__ = "1.7.0"
2026-04-09 19:54:38 +03:00
2026-05-08 14:36:47 +03:00
__all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list", "build_github_opener"]