Skip to content

Conversation

AMGURU2007
Copy link

Create package structure

New-Item -ItemType Directory -Force -Path "aider\coders"
New-Item -ItemType Directory -Force -Path "aider\webapp\backend\routes"

Create init.py files

New-Item -ItemType File -Force -Path "aider_init_.py"
New-Item -ItemType File -Force -Path "aider\coders_init_.py"
New-Item -ItemType File -Force -Path "aider\webapp_init_.py"
New-Item -ItemType File -Force -Path "aider\webapp\backend_init_.py"
New-Item -ItemType File -Force -Path "aider\webapp\backend\routes_init_.py"

@CLAassistant
Copy link

CLAassistant commented Oct 9, 2025

CLA assistant check
All committers have signed the CLA.

The original file was empty or did not exist. I created a new test file with the following structure:
Updated pyproject.toml for Python 3.13. Now running pip install -e . to generate aider/_version.py and fix the issue.
@AMGURU2007
Copy link
Author

Hi! 👋
I’ve signed the Contributor License Agreement and verified the checks.
The PR shows “Able to merge” — kindly review and merge when possible.
Thank you! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants