aider
aider copied to clipboard
Create package structure ,Create __init__.py files
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"
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! 🙏