Skip to content

Commit e06f559

Browse files
authored
Update fuzzy_operations.py
1 parent 6bd2569 commit e06f559

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzzy_logic/fuzzy_operations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
from __future__ import annotations
2+
from dataclasses import dataclass
3+
24
import matplotlib.pyplot as plt
35
import numpy as np
46

7+
@dataclass
58
class FuzzySet:
69
name: str
710
left_boundary: float

0 commit comments

Comments
 (0)