#!/usr/bin/env python
import sys

try:
	import _preamble
except ImportError:
	pass

from atropos.scripts import atropos
atropos.main()
