This is a test project to test the integration of Muse with Python.
The project uses uv to manage the development environment. You can install it with brew install uv.
uv syncThis will create a virtual environment and install the dependencies.
You need to create a .env file in the root of the project with the following content:
USERNAME=your-username
HOST=your-hostThis will be used to deploy the changes to the Muse processor.
./deploy.py