#!/usr/bin/env python """wrapper to start depspec""" from depspec.ui import gspec if __name__ == "__main__": gspec.main() # vim: set noexpandtab: