Current File : //bin/pyzor
#!/usr/bin/python

import os
# set umask
os.umask(0077)

import pyzor.client
pyzor.client.run()