Skip to content

Commit

Permalink
optional app import
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 20, 2024
1 parent d5ccd2a commit d738354
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/openmc_cylindrical_mesh_plotter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
from .core import *
from .app import *

try:
import streamlit
from .app import *
except:
pass
# streamlit is not in installed so GUI will not work

0 comments on commit d738354

Please sign in to comment.