# boot.py -- run on boot-up

import pyb
pyb.main('pwm_handler.py')
