mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 05:34:59 +00:00
refac
This commit is contained in:
parent
bc38fcde65
commit
02c9a30c45
4 changed files with 25 additions and 12 deletions
|
@ -1,3 +1,5 @@
|
|||
from .base import Coder
|
||||
from .editblock import EditBlockCoder
|
||||
from .wholefile import WholeFileCoder
|
||||
|
||||
__all__ = [Coder]
|
||||
__all__ = [Coder, EditBlockCoder, WholeFileCoder]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue