mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
6 lines
132 B
Python
6 lines
132 B
Python
from .attack_result import AttackResult
|
|
|
|
|
|
class MaximizedAttackResult(AttackResult):
|
|
""" The result of a successful attack. """
|