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