hikyuu2/hikyuu/fetcher/proxy/__init__.py

12 lines
229 B
C++
Raw Normal View History

2020-12-05 17:53:38 +08:00
# 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']