mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-15 23:55:56 +00:00
4 lines
57 B
Python
4 lines
57 B
Python
class CFS:
|
|
def __init__(self, a):
|
|
self.a = a
|