#!/usr/bin/env python3
import sys

try:
	import _preamble
except ImportError:
	pass

from sqt.scripts.checkfastqpe import main
sys.exit(main())
