Skip to content

Commit

Permalink
added __init__.py to help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
calebweinreb committed Feb 23, 2024
1 parent 7287ca3 commit 63d1e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions snub/gui/help/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .help_menu import HelpMenu
2 changes: 1 addition & 1 deletion snub/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from snub.gui.utils import IntervalIndex, CheckBox
from snub.gui.stacks import PanelStack, TrackStack
from snub.gui.tracks import TracePlot
from snub.gui.help.help_menu import HelpMenu
from snub.gui.help import HelpMenu


def set_style(app):
Expand Down

0 comments on commit 63d1e4a

Please sign in to comment.