We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567c8a1 commit 172fcedCopy full SHA for 172fced
1 file changed
src/diffpy/srfit/fitbase/__init__.py
@@ -39,6 +39,7 @@
39
"Profile",
40
"ProfileGenerator",
41
"SimpleRecipe",
42
+ "ProfileParser",
43
]
44
45
from diffpy.srfit.fitbase.calculator import Calculator
@@ -48,6 +49,7 @@
48
49
from diffpy.srfit.fitbase.fitresults import FitResults, initializeRecipe
50
from diffpy.srfit.fitbase.profile import Profile
51
from diffpy.srfit.fitbase.profilegenerator import ProfileGenerator
52
+from diffpy.srfit.fitbase.profileparser import ProfileParser
53
from diffpy.srfit.fitbase.simplerecipe import SimpleRecipe
54
55
# End of file
0 commit comments