#!/usr/bin/env python

"""
Redrock for BOSS - serial / multiprocessing entry point.
"""

from redrock.external import boss

boss.rrboss(comm=None)
