LICENSE
README.md
pyproject.toml
src/Synth_CLI.egg-info/PKG-INFO
src/Synth_CLI.egg-info/SOURCES.txt
src/Synth_CLI.egg-info/dependency_links.txt
src/Synth_CLI.egg-info/entry_points.txt
src/Synth_CLI.egg-info/requires.txt
src/Synth_CLI.egg-info/top_level.txt
src/synth/__init__.py
src/synth/cli/__init__.py
src/synth/cli/display.py
src/synth/cli/main.py
src/synth/cli/silence.py
src/synth/core/__init__.py
src/synth/core/auth.py
src/synth/core/device.py
src/synth/core/exceptions.py
src/synth/core/ocr.py
src/synth/core/router.py
tests/test_cli_quick.py