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