playper/src/bridges/metadata.cr

10 lines
251 B
Crystal

# This is the Musicbrainz API
# API for collecting and connecting to metadata providers as well as parsing that
# And return it for other functions
module Metadata
VERSION = "0.1.0"
# TODO: Put your code here
print("Module Metadata")
end