"""SnapAPI Python SDK — EU-hosted screenshot API client.""" from .client import SnapAPI, SnapAPIError, ScreenshotOptions __all__ = ["SnapAPI", "SnapAPIError", "ScreenshotOptions"] __version__ = "1.0.0"