#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Jan 27 15:14:19 2025

@author: Kaike Sa Teles Rocha Alves
@email_1: kaikerochaalves@outlook.com
@email_2: kaike.alves@estudante.ufjf.br

As a Data Science Manager at PGE-PR and a Ph.D. in Computational Modeling
at the Federal University of Juiz de Fora (UFJF), I specialize in artificial
intelligence, focusing on the study, development, and application of machine learning
models, under the supervision of Prof. Eduardo Pestana de Aguiar. My academic journey 
includes a scholarship that allowed me to pursue a year of my Ph.D. at the 
University of Nottingham/UK, where I was a member of the LUCID
(Laboratory for Uncertainty in Data and Decision Making) under the 
supervision of Professor Christian Wagner. My background in Industrial
Engineering provides me with a holistic view of organizational processes,
enabling me to propose efficient solutions and reduce waste.
"""

"""
This is the __init__.py file for the package krls.
It exposes the eFS models for easy import.
"""

from .krls import KRLS, SW_KRLS, EX_KRLS, FB_KRLS, KRLS_T, QKRLS, ADA_KRLS, QALD_KRLS, Light_KRLS

__all__ = ["KRLS", "SW_KRLS", "EX_KRLS", "FB_KRLS", "KRLS_T", "QKRLS", "ADA_KRLS", "QALD_KRLS", "Light_KRLS"]

__version__ = "0.0.2"  # Update version as needed