mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 05:34:59 +00:00
roughed in func coder
This commit is contained in:
parent
75e84017b3
commit
3465bd57d1
5 changed files with 130 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
from .base_coder import Coder
|
||||
from .editblock_coder import EditBlockCoder
|
||||
from .func_coder import FunctionCoder
|
||||
from .wholefile_coder import WholeFileCoder
|
||||
|
||||
__all__ = [Coder, EditBlockCoder, WholeFileCoder]
|
||||
__all__ = [Coder, EditBlockCoder, WholeFileCoder, FunctionCoder]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue