This commit is contained in:
Paul Gauthier 2023-06-20 16:35:56 -07:00
parent f1ba68e2a2
commit 602094aca3
3 changed files with 5 additions and 2 deletions

3
aider/coders/__init__.py Normal file
View file

@ -0,0 +1,3 @@
from .base import Coder
__all__ = [Coder]