#!/usr/bin/env python

from ffind import ffind

if __name__ == '__main__':
    ffind.run()
