#!/usr/bin/env python3
import sys

try:
	import _preamble
except ImportError:
	pass

from sqt.scripts.cutvect import main
main()
