LICENSE
README.md
pyproject.toml
src/musigate/__init__.py
src/musigate/cli.py
src/musigate.egg-info/PKG-INFO
src/musigate.egg-info/SOURCES.txt
src/musigate.egg-info/dependency_links.txt
src/musigate.egg-info/entry_points.txt
src/musigate.egg-info/requires.txt
src/musigate.egg-info/top_level.txt
src/musigate/adapters/__init__.py
src/musigate/adapters/loader.py
src/musigate/gateway/__init__.py
src/musigate/gateway/engine.py
src/musigate/gateway/executor.py
src/musigate/gateway/selector.py
src/musigate/resources/__init__.py
src/musigate/resources/bots/music163.yaml
src/musigate/resources/bots/music_v1.yaml
src/musigate/resources/config/settings.yaml
src/musigate/telegram/__init__.py
src/musigate/telegram/auth.py
src/musigate/telegram/client.py
src/musigate/telegram/listener.py
src/musigate/utils/__init__.py
src/musigate/utils/config.py
src/musigate/utils/downloader.py
src/musigate/utils/helper.py
tests/test_cli.py
tests/test_config.py
tests/test_downloader.py
tests/test_engine.py
tests/test_listener.py
tests/test_loader.py
tests/test_package_metadata.py
tests/test_selector.py
tests/test_telegram_client.py