Initial commit

Originally based off of mopidy-scrobbler code
This commit is contained in:
2023-01-08 01:08:18 -05:00
commit bbd1f5b5b7
14 changed files with 729 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.pyc
/.coverage
/.mypy_cache/
/.pytest_cache/
/.tox/
/*.egg-info
/build/
/dist/
/MANIFEST