#!/usr/bin/env python
# Copyright (c) 2014 Quanlong He. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

from chromium_tools import mffr
import sys

if '__main__' == __name__:
    sys.exit(mffr.main())
