#!/usr/bin/env python

from mficlient import main


if __name__ == '__main__':
    app = main.Application()
    app.main()
