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

4 lines
110 B
Python

# -*- coding: utf-8 -*-
from .attack import HadesAttack, HadesConfig
__all__ = ["HadesAttack", "HadesConfig"]