FRsūtil̲s
A fuzzy-rough reasoning utilities library
 
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
2# This lets users write:
3# from frsutils.core.models import ITFRS
4
5from .itfrs import ITFRS
6
7
8__all__ = ['ITFRS']