File size: 128 Bytes
369e64d
 
 
 
 
1
2
3
4
5
6
"""External API integrations."""

from .urlscan import URLScanClient, URLScanError

__all__ = ["URLScanClient", "URLScanError"]