less simple, but docker image builds

This commit is contained in:
Paul Gauthier 2023-11-03 14:53:22 -07:00
parent 208fc7ae78
commit af71638b06
2 changed files with 1 additions and 3 deletions

View file

@ -1,3 +1 @@
__version__ = "0.16.4-dev"
from aider.coders import Coder # noqa: F401

View file

@ -273,7 +273,7 @@ done
You can also script aider from python:
```python
from aider import Coder
from aider.coders import Coder
# This is a list of files to add to the chat
fnames = ["foo.py"]