mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
11 lines
272 B
Python
11 lines
272 B
Python
# flake8: noqa: E501
|
|
|
|
from .editblock_fenced_prompts import EditBlockFencedPrompts
|
|
|
|
|
|
class EditorDiffFencedPrompts(EditBlockFencedPrompts):
|
|
shell_cmd_prompt = ""
|
|
no_shell_cmd_prompt = ""
|
|
shell_cmd_reminder = ""
|
|
go_ahead_tip = ""
|
|
rename_with_shell = ""
|