michadenheijer/pynytimes

View on GitHub
pynytimes/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""A Python 3 wrapper library for the New York Times API"""
from .api import NYTAPI
from .__version__ import __author__, __author_email__, __description__
from .__version__ import __license__, __title__, __url__, __version__

__all__ = ["NYTAPI"]