#!/usr/bin/env python
from data_pipeline.tools.compaction_setter import CompactionSetter

CompactionSetter().start()
