Spaces:
Runtime error
Runtime error
File size: 262 Bytes
63775f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
""".. _goal_functions:
Goal Functions
==================================================================
Goal Functions determine if an attack has been successful.
"""
from .goal_function import GoalFunction
from .classification import *
from .text import *
|