#!/usr/bin/env python
from data_pipeline.tools.tailer import Tailer

Tailer().start()
