initial commit

This commit is contained in:
dtomlinson
2020-03-03 10:15:47 +00:00
commit 1610959566
5 changed files with 21 additions and 0 deletions

0
tests/__init__.py Normal file
View File

View File

@@ -0,0 +1,5 @@
from musicbrainzapi import __version__
def test_version():
assert __version__ == '0.1.0'