mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
simpler
This commit is contained in:
parent
65f9d39d95
commit
208fc7ae78
2 changed files with 3 additions and 1 deletions
|
@ -1 +1,3 @@
|
||||||
__version__ = "0.16.4-dev"
|
__version__ = "0.16.4-dev"
|
||||||
|
|
||||||
|
from aider.coders import Coder # noqa: F401
|
||||||
|
|
|
@ -273,7 +273,7 @@ done
|
||||||
You can also script aider from python:
|
You can also script aider from python:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from aider.coders import Coder
|
from aider import Coder
|
||||||
|
|
||||||
# This is a list of files to add to the chat
|
# This is a list of files to add to the chat
|
||||||
fnames = ["foo.py"]
|
fnames = ["foo.py"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue