""" CounterTracker simple counter tracker for the Micro:Bit """ def startup(): music.ring_tone(Note.C) return(True)