Skip to content

Commit

Permalink
Revert "fix: please work. I need this to work."
Browse files Browse the repository at this point in the history
This reverts commit 43199e9.
  • Loading branch information
f-aguzzi committed Jun 26, 2024
1 parent 19253d5 commit e17bfec
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/chemfusekit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
from beartype import BeartypeConf
from beartype.claw import beartype_this_package
beartype_this_package(conf=BeartypeConf(violation_type=TypeError))

from . import _base
from . import df
from . import knn
from . import lda
from . import lr
from . import pca
from . import plsda
from . import svm
from . import _utils

0 comments on commit e17bfec

Please sign in to comment.