hikyuu2/hikyuu/fetcher/proxy/__init__.py
2020-12-05 17:53:38 +08:00

12 lines
229 B
C++

# coding:utf-8
#
# The MIT License (MIT)
#
# Created on: 2020-11-29
# Author: fasiondog
__version__ = "0.0.1"
from .proxy import request_with_proxy, request_with_local
__all__ = ['request_with_proxy', 'request_with_local']