Rename Project and first working version

This commit is contained in:
2021-05-25 02:10:04 +02:00
parent a19f2cc12a
commit 70560506f1
12 changed files with 299 additions and 155 deletions

9
mfs/__init__.py Normal file
View File

@@ -0,0 +1,9 @@
from .Selection import MFS
__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__ = ["MFS"]