mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-03-19 18:33:35 +00:00
5 lines
101 B
Python
5 lines
101 B
Python
# __init__.py
|
|
from .attack import HIMRDAttack, HIMRDConfig
|
|
|
|
__all__ = ["HIMRDAttack", "HIMRDConfig"]
|