#! /usr/bin/python3

# This file is part of mkchromecast. It is used to build the macOS app.

import mkchromecast.__init__
from mkchromecast.audio_devices import *
from mkchromecast.cast import *
from mkchromecast.utils import *
import os.path, time
import mkchromecast.systray

mkchromecast.__init__.checkmktmp()
mkchromecast.__init__.writePidFile()
mkchromecast.systray.main()
