def nserve_main(): from mwlib.nserve import main return main()
def postman_main(): from mwlib.postman import main return main()