mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-04-10 20:22:16 +02:00
8 lines
171 B
Python
8 lines
171 B
Python
from fuzzforge_modules_sdk.api.models import FuzzForgeModulesSettingsBase
|
|
|
|
|
|
class Settings(FuzzForgeModulesSettingsBase):
|
|
"""TODO."""
|
|
|
|
# Here goes your attributes
|