#!/usr/bin/python -O

from sys import path
path.insert(1, '/usr/lib/sampler/driver')

import driver

driver.main()
