import asyncio from .main import run_parse if __name__ == "__main__": asyncio.run(run_parse())