#!/usr/bin/python -O

import sys
sys.path.append('/usr/share/sampler/common')

import Main
Main.main(1)
