Skip to content

Commit

Permalink
try for better init
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves committed Oct 1, 2024
1 parent fd2483d commit 0b93b83
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions smt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
__version__ = "2.7.0"

import smt.surrogate_models
import smt.kernels
import smt.design_space
import smt.examples
import smt.sampling_methods
import smt.applications
import smt.utils
import smt.tests
import smt.src
import smt.problems

__all__ = [
"surrogate_models",
"kernels",
Expand Down

0 comments on commit 0b93b83

Please sign in to comment.