We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bfc04 commit 77aeaa3Copy full SHA for 77aeaa3
faslr/methods/bornhuetter.py
@@ -0,0 +1,7 @@
1
+from faslr.model import FModelWidget
2
+
3
4
+class BornhuetterWidget(FModelWidget):
5
+ def __init__(self):
6
+ super().__init__()
7
0 commit comments