mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-06-01 05:11:37 +02:00
5 lines
99 B
Python
5 lines
99 B
Python
# -*- coding: utf-8 -*-
|
|
from .attack import SIAttack, SIConfig
|
|
|
|
__all__ = ["SIAttack", "SIConfig"]
|