#!/usr/bin/env python
from refstis import pipeline

if __name__ == "__main__":
    pipeline.run()
