4 lines
118 B
Python
4 lines
118 B
Python
from .news_api import NewsApiWrapper
|
|
from .gnews_api import GnewsWrapper
|
|
|
|
__all__ = ["NewsApiWrapper", "GnewsWrapper"] |