0001#!/usr/bin/env python 0002 0003from fmtorrent.master import master 0004import sys 0005 0006if __name__ == '__main__': 0007 master.main(sys.argv)