#!/usr/bin/env python

# -*- coding: utf-8 -*-


from facio.run import Run

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