Source code for censys.search.v1.websites

"""Interact with the Censys Search Website API."""
from .api import CensysSearchAPIv1


[docs]class CensysWebsites(CensysSearchAPIv1): """Interacts with the Websites index.""" INDEX_NAME = "websites" """Name of Censys Index."""