#!/usr/bin/env python
import sys

try:
	import _preamble
except ImportError:
	pass

from cutadapt.scripts import cutadapt
cutadapt.main()
