#!/usr/bin/python3

"""This file is read every hour to signal a break should be made in working."""

from playsound import playsound

playsound("gong.wav")