Add component Jin10 (#2271)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-09-05 19:45:05 +08:00
committed by GitHub
parent 6ae0da92cb
commit fd3e55cfcf
2 changed files with 131 additions and 0 deletions

View File

@ -24,6 +24,7 @@ from .qweather import QWeather, QWeatherParam
from .exesql import ExeSQL, ExeSQLParam
from .yahoofinance import YahooFinance, YahooFinanceParam
from .wencai import WenCai, WenCaiParam
from .jin10 import Jin10, Jin10Param
def component_class(class_name):