#!/usr/bin/python import sys from lasp.lasp_playback import Playback fn = sys.argv[1] p = Playback(fn) p.start()