o
    'N iè  ã                   @   s<   d dl mZ d dlmZ d dlmZ d dlmZ dd„ ZdS )é    )Úcommon)Úindic_scripts)Úenglish_script)Úunicode_transliteratec                   C   s$   t  ¡  t ¡  t ¡  t ¡  dS )zä
        Initializes the Indic NLP library. Clients should call this method before using the library. 

        Any module requiring initialization should have a init() method, to which a call must be made from this method 
    N)r   Úinitr   r   r   © r   r   úC/home/ubuntu/.local/lib/python3.10/site-packages/indicnlp/loader.pyÚload   s   
r	   N)Úindicnlpr   Úindicnlp.scriptr   r   Úindicnlp.transliterater   r	   r   r   r   r   Ú<module>   s
   