10 lines
253 B
Python
10 lines
253 B
Python
"""# Aider Gitea
|
|
|
|
Work in progress code automation tool.
|
|
|
|
Use [Aider](https://aider.chat/) by creating issues. The program will then
|
|
automatically invoke Aider and create a pull request for the issue.
|
|
"""
|
|
|
|
from ._version import __version__ # noqa: F401
|