Add component TuShare (#2288)

### 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-06 18:33:35 +08:00
committed by GitHub
parent 788ca41d9e
commit 7e0b3d19d6
2 changed files with 73 additions and 0 deletions

View File

@ -25,6 +25,7 @@ from .exesql import ExeSQL, ExeSQLParam
from .yahoofinance import YahooFinance, YahooFinanceParam
from .wencai import WenCai, WenCaiParam
from .jin10 import Jin10, Jin10Param
from .tushare import TuShare, TuShareParam
def component_class(class_name):