import sys from pdf2zh.pdf2zh import main if __name__ == "__main__": sys.exit(main(["--interactive", '--config', 'config.json']))