Add component google scholar (#1790)

### What problem does this PR solve?

#1739 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
H
2024-08-02 17:34:38 +08:00
committed by GitHub
parent 418700b455
commit 5d55e6a049
5 changed files with 84 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ from .pubmed import PubMed, PubMedParam
from .arxiv import ArXiv, ArXivParam
from .google import Google, GoogleParam
from .bing import Bing, BingParam
from .googlescholar import GoogleScholar, GoogleScholarParam
def component_class(class_name):