Spaces:
Runtime error
Runtime error
File size: 197 Bytes
63775f2 |
1 2 3 4 5 6 7 8 9 10 11 12 |
"""
MaximizedAttackResult Class
============================
"""
from .attack_result import AttackResult
class MaximizedAttackResult(AttackResult):
"""The result of a successful attack."""
|