#!/usr/bin/env python
from data_pipeline.tools.refresh_manager import FullRefreshManager

FullRefreshManager().start()
