mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-06-06 15:43:54 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
# attacks/qr/__init__.py
|
|
from .attack import QRAttack, QRConfig # noqa: F401
|
|
|
|
__all__ = ["QRAttack", "QRConfig"]
|