#!/usr/bin/env python
# -*- coding: utf8 -*-

from openerp_proxy import main

if __name__ == '__main__':
    main()

