Skip to content

Commit

Permalink
add anacont_triqs in init
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertz4 committed Dec 29, 2024
1 parent dc66276 commit 1cb0c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapol/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .hybfit import hybfit, hybfit_triqs
from .anacont import anacont
from .fit_utils import check_psd
__all__ = ["hybfit", "hybfit_triqs", "check_psd", "anacont"]
__all__ = ["hybfit", "hybfit_triqs", "check_psd", "anacont", "anacont_triqs"]

0 comments on commit 1cb0c97

Please sign in to comment.