mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-02-13 10:12:44 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
# -*- coding: utf-8 -*-
|
|
from .attack import JOODAttack, JOODConfig
|
|
|
|
__all__ = ["JOODAttack", "JOODConfig"]
|