def main()

in services/jobs/fetch_projects/main.py [0:0]


def main(app_config: dict):
    """
    Starts the cloud task consumer server and initiates the data transfer
    process.
    """

    controller = TransferController(app_config)
    controller.start_transfer()