#!/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 evolvingfuzzysystems.
It exposes the eFS models for easy import.
"""

from .eFS import ePL_KRLS_DISCO, ePL_plus, eMG, ePL, exTS, Simpl_eTS, eTS
from .classification import ENFS_Uni0

__all__ = ["ePL_KRLS_DISCO", "ePL_plus", "eMG", "ePL", "exTS", "Simpl_eTS", "eTS", "ENFS_Uni0"]

__version__ = "0.1.4"  # Update version as needed