Skip to content

Commit

Permalink
Initialize imports for the SA modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kspieks committed Apr 22, 2020
1 parent 7f347fe commit e232dd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tandem/sa/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Initialize imports for the SA (sensitivity analysis) modules.
"""

from .adapter import SAAdapter
from .factory import sa_factory, _registered_sa_adapters
from .rmg_sa import RMGSA

0 comments on commit e232dd8

Please sign in to comment.