Source code for censys.search.v1.ipv4

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


[docs]class CensysIPv4(CensysSearchAPIv1): """Interacts with the IPv4 index.""" INDEX_NAME = "ipv4" """Name of Censys Index."""