aider-gitea/aider_gitea/__init__.py
Jon Michael Aanes 7e8cafcd09
Some checks failed
Verify Python project can be installed, loaded and have version checked / Test (push) Waiting to run
Run Python tests (through Pytest) / Test (push) Has been cancelled
Minimal documentation
2025-04-13 16:14:42 +02:00

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