mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
7 lines
223 B
Python
7 lines
223 B
Python
from .editor_whole_prompts import EditorWholeFilePrompts
|
|
from .wholefile_coder import WholeFileCoder
|
|
|
|
|
|
class EditorWholeFileCoder(WholeFileCoder):
|
|
edit_format = "editor-whole"
|
|
gpt_prompts = EditorWholeFilePrompts()
|