mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-06-02 13:51:38 +02:00
4 lines
110 B
Python
4 lines
110 B
Python
# -*- coding: utf-8 -*-
|
|
from .attack import HadesAttack, HadesConfig
|
|
|
|
__all__ = ["HadesAttack", "HadesConfig"] |