Add component WenCai (#2269)

### What problem does this PR solve?

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-09-05 17:50:21 +08:00
committed by GitHub
parent 42671e08f1
commit 9377192859
4 changed files with 77 additions and 0 deletions

View File

@ -23,6 +23,7 @@ from .baidufanyi import BaiduFanyi, BaiduFanyiParam
from .qweather import QWeather, QWeatherParam
from .exesql import ExeSQL, ExeSQLParam
from .yahoofinance import YahooFinance, YahooFinanceParam
from .wencai import WenCai, WenCaiParam
def component_class(class_name):