Refactor news API integration to use NewsApiWrapper and GnewsWrapper; add tests for Gnews API functionality
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
from .news_api import NewsAPI
|
||||
from .news_api import NewsApiWrapper
|
||||
from .gnews_api import GnewsWrapper
|
||||
|
||||
__all__ = ["NewsAPI"]
|
||||
__all__ = ["NewsApiWrapper", "GnewsWrapper"]
|
||||
Reference in New Issue
Block a user