opensouls / terminal-copilot

A smart terminal assistant that helps you find the right command.
Apache License 2.0
573 stars 43 forks source link

Fixing circular dependencies and tests #33

Closed 2mawi2 closed 1 year ago

2mawi2 commented 1 year ago

Hi,

I currently have a circular dependency issues with the recent import changes. I believe the main issue with the current project structure is that the module "copilot" has the same name as the file "copilot".

I propose that we rename "copilot.py" to "main.py" (like in other popular open source repositories).

I also fixed the tests.