Files
OmniSafeBench-MM/attacks/qr/__init__.py
2025-12-09 22:30:51 +08:00

5 lines
114 B
Python

# attacks/qr/__init__.py
from .attack import QRAttack, QRConfig # noqa: F401
__all__ = ["QRAttack", "QRConfig"]