Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bburke38 committed Oct 8, 2024
1 parent 5f250bb commit 79331f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions funtofem/interface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
# caps2fun utils
from .caps2fun import *

# Radiation interface
from .radiation_interface import *

# FUN3D interface, with python package "fun3d"
fun3d_loader = importlib.util.find_spec("fun3d")
if fun3d_loader is not None:
Expand Down

0 comments on commit 79331f4

Please sign in to comment.