Files
OmniSafeBench-MM/attacks/mml/__init__.py
2025-12-09 22:30:51 +08:00

4 lines
159 B
Python

# -*- coding: utf-8 -*-
# Expose the mml attack package. Importing this module registers the attack via decorator.
from .attack import MMLAttack # noqa: F401