from modules.config.aarthi_prabandham import aarthi_prabandham_config from modules.config.agnipuranam import agnipuranam_config from modules.config.bhagavat_gita import bhagavat_gita_config from modules.config.bhagavata_purana import bhagavata_purana_config from modules.config.bhavishyapuranam import bhavishyapuranam_config from modules.config.brahma_sutra import brahma_sutra_config from modules.config.brahmandpuranam import brahmandpuranam_config from modules.config.brahmapuranam import brahmapuranam_config from modules.config.brahmavaivarthapurana import brahmavaivarthapurana_config from modules.config.chandogya_upanishad import chandogya_upanishad_config from modules.config.chathusloki import chathusloki_config from modules.config.desika_prabandham import desika_prabandham_config from modules.config.devaraja_ashtakam import devaraja_ashtakam_config from modules.config.devaraja_mangalam import devaraja_mangalam_config from modules.config.dhati_panchakam import dhati_panchakam_config from modules.config.divya_prabandham import divya_prabandham_config from modules.config.divya_prabandham_taniyans import divya_prabandham_taniyans_config from modules.config.gadhyathrayam import gadhyathrayam_config from modules.config.garudapuranam import garudapuranam_config from modules.config.harivanshapuraanam import harivanshapuraanam_config from modules.config.kamba_ramayanam import kamba_ramayanam_config from modules.config.kamba_ramayanam_en import kamba_ramayanam_en_config from modules.config.katakam import katakam_config from modules.config.kurmapuranam import kurmapuranam_config from modules.config.lingapuranam import lingapuranam_config from modules.config.markandeypuranam import markandeypuranam_config from modules.config.matsyapuranam import matsyapuranam_config from modules.config.mukthaka_mangalam import mukthaka_mangalam_config from modules.config.naradapuranam import naradapuranam_config from modules.config.narayaneeyam import narayaneeyam_config from modules.config.padhuka_sahasram import padhuka_sahasram_config from modules.config.padmapuranam import padmapuranam_config from modules.config.pancha_sooktham import pancha_sooktham_config from modules.config.raghuveera_gadhyam import raghuveera_gadhyam_config from modules.config.shanthi_panchakam import shanthi_panchakam_config from modules.config.shivapuraanam import shivapuraanam_config from modules.config.shukla_yajur_vedam import shukla_yajur_vedam_config from modules.config.skandapuranam import skandapuranam_config from modules.config.sri_stavam import sri_stavam_config from modules.config.sri_vachana_bhushanam import sri_vachana_bhushanam_config from modules.config.taitriya_aranyakam import taitriya_aranyakam_config from modules.config.taitriya_brahmanam import taitriya_brahmanam_config from modules.config.taitriya_samhitha import taitriya_samhitha_config from modules.config.taitriya_upanishad import taitriya_upanishad_config from modules.config.thiruvaimozhi_nootrandhadhi import thiruvaimozhi_nootrandhadhi_config from modules.config.upadesa_rathnamalai import upadesa_rathnamalai_config from modules.config.vaamanapuraanam import vaamanapuraanam_config from modules.config.vaayupuraanam import vaayupuraanam_config from modules.config.vaazhi_thirunaamams import vaazhi_thirunaamams_config from modules.config.valmiki_ramayanam import valmiki_ramayanam_config from modules.config.varahapuranam import varahapuranam_config from modules.config.venkateswara_stotram import venkateswara_stotram_config from modules.config.vishnu_puranam import vishnupuranam_config from modules.config.vishnu_sahasranamam import vishnu_sahasranamam_config from modules.config.yathiraja_vimsathi import yathiraja_vimsathi_config from modules.config.yt_metadata import yt_metadata_config from modules.config.geethartha_sangraha import geethartha_sangraha_config from modules.config.mukunda_mala import mukunda_mala_config from modules.config.narasimha_ashtakam import narasimha_ashtakam_config from modules.config.panchayudha_stotram import panchayudha_stotram_config from modules.config.ranganatha_stotram import ranganatha_stotram_config scripture_configurations = [ bhagavat_gita_config, bhagavata_purana_config, chathusloki_config, divya_prabandham_config, divya_prabandham_taniyans_config, kamba_ramayanam_en_config, kamba_ramayanam_config, katakam_config, pancha_sooktham_config, shanthi_panchakam_config, shukla_yajur_vedam_config, sri_stavam_config, taitriya_brahmanam_config, taitriya_samhitha_config, taitriya_aranyakam_config, taitriya_upanishad_config, valmiki_ramayanam_config, vishnupuranam_config, vishnu_sahasranamam_config, yt_metadata_config, brahma_sutra_config, sri_vachana_bhushanam_config, desika_prabandham_config, raghuveera_gadhyam_config, narayaneeyam_config, agnipuranam_config, bhavishyapuranam_config, brahmandpuranam_config, brahmapuranam_config, brahmavaivarthapurana_config, garudapuranam_config, harivanshapuraanam_config, kurmapuranam_config, lingapuranam_config, markandeypuranam_config, matsyapuranam_config, naradapuranam_config, padmapuranam_config, shivapuraanam_config, skandapuranam_config, vaamanapuraanam_config, vaayupuraanam_config, varahapuranam_config, vaazhi_thirunaamams_config, upadesa_rathnamalai_config, thiruvaimozhi_nootrandhadhi_config, devaraja_ashtakam_config, geethartha_sangraha_config, mukunda_mala_config, narasimha_ashtakam_config, panchayudha_stotram_config, ranganatha_stotram_config, devaraja_mangalam_config, mukthaka_mangalam_config, venkateswara_stotram_config, yathiraja_vimsathi_config, dhati_panchakam_config, gadhyathrayam_config, aarthi_prabandham_config, padhuka_sahasram_config, chandogya_upanishad_config ]