# 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("Hello world") end