#!python

import ncbimetadata
import multiprocessing

if __name__=="__main__":
    multiprocessing.freeze_support()
    ncbimetadata.main()