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