FuzzyKit/Sources/FuzzyKit/FuzzyKit.swift

7 lines
184 B
Swift

// A module that re-exports the complete FuzzyKit public API.
@_exported import FuzzySets
@_exported import FuzzyNumbers
@_exported import FuzzyRelations
@_exported import FuzzyLogic