def main()

in backend-printing/fetchprintitems/main.py [0:0]


def main(mytimer: func.TimerRequest, context: func.Context) -> None:
    logging.info(f"Python timer trigger function started. {context.invocation_id}")
    BackendPrint(logger=logging, log_tag="FetchPrintItems").fetch_print_items_from_sap()