from main import run_worker_once


if __name__ == "__main__":
    run_worker_once()
