#!/usr/bin/python


import sys
import distutils.sysconfig

from func.minion import server

if __name__ == "__main__":
    server.main(sys.argv)
