mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-17 00:25:51 +03:00
6 lines
230 B
Python
6 lines
230 B
Python
from .config import parse_dc_ip_list, proxy_config
|
|
from .utils import get_link_host, build_github_opener
|
|
|
|
__version__ = "1.6.5"
|
|
|
|
__all__ = ["__version__", "get_link_host", "proxy_config", "parse_dc_ip_list", "build_github_opener"] |