Skip to content

Commit 5c91f0b

Browse files
committed
fixup
1 parent f089a3e commit 5c91f0b

11 files changed

Lines changed: 231 additions & 1253 deletions

File tree

PyMieSim/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Entry point for launching the experimental PyMieSim GUI."""
1+
"""Entry point for launching the PyMieSim experiment dashboard."""
22

33
from PyMieSim.gui.interface import OpticalSetupGUI
44

PyMieSim/gui/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""Dash dashboard for configuring and running PyMieSim experiment sets."""
2+
3+
from PyMieSim.gui.interface import OpticalSetupGUI, create_dash_app
4+
5+
__all__ = ["OpticalSetupGUI", "create_dash_app"]

PyMieSim/gui/helper.py

Lines changed: 0 additions & 377 deletions
This file was deleted.

PyMieSim/gui/section_/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)