Stub project

This commit is contained in:
2021-05-12 12:53:01 +02:00
parent 2701fa4914
commit 705981dd4b
11 changed files with 185 additions and 1 deletions

9
cfs/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
from .Selection import CFS
__version__ = "0.1"
__author__ = "Ricardo Montañana Gómez"
__author_email__ = "Ricardo.Montanana@alu.uclm.es"
__copyright__ = "Copyright 2021, Ricardo Montañana Gómez"
__license__ = "MIT License"
__all__ = ["CFS"]