mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01:00
8 lines
223 B
Python
8 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()
|