in Scripts/billable_assets.py [0:0]
def main(): create_headers() AssetPageCount = 1 for each_assetType in assetType_list: AssetPageCount = get_billable_list(each_assetType, AssetPageCount) workbook.close()