def main(): get_data_from_excel=... data_to_bill_doc = ... doc_to_pdf = ... if __name__ == '__main__': main()