Skip to content

Commit

Permalink
More fixes for screen short generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Jul 29, 2024
1 parent 3166b6c commit 241e972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/seedsigner/views/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .view import MainMenuView, BackStackView # base class has to be first
from .view import MainMenuView, BackStackView, NotYetImplementedView, PowerOptionsView, RestartView, UnhandledExceptionView # base class has to be first

__all__ = [MainMenuView, BackStackView]
__all__ = [MainMenuView, BackStackView, NotYetImplementedView, PowerOptionsView, RestartView, UnhandledExceptionView]

0 comments on commit 241e972

Please sign in to comment.