Simon
Simon/basic_url_scan_integreted
369e64d
Raw
History Blame
128 Bytes
"""External API integrations."""
from .urlscan import URLScanClient, URLScanError
__all__ = ["URLScanClient", "URLScanError"]