Add CryptoPanic API integration and related tests; update .env.example and test configurations
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
from .news_api import NewsApiWrapper
|
||||
from .gnews_api import GnewsWrapper
|
||||
from .cryptopanic_api import CryptoPanicWrapper
|
||||
|
||||
__all__ = ["NewsApiWrapper", "GnewsWrapper"]
|
||||
__all__ = ["NewsApiWrapper", "GnewsWrapper", "CryptoPanicWrapper"]
|
||||
Reference in New Issue
Block a user