mirror of
https://github.com/jiaxiaojunQAQ/OmniSafeBench-MM.git
synced 2026-06-08 00:23:54 +02:00
5 lines
119 B
Python
5 lines
119 B
Python
# -*- coding: utf-8 -*-
|
|
from .attack import FigStepAttack, FigStepConfig
|
|
|
|
__all__ = ["FigStepAttack", "FigStepConfig"]
|