#!/usr/bin/env python
# -*- mode: python -*-
from rpc.control import main

if __name__ == '__main__':
    main()
