Skip to content

Commit

Permalink
✅ Update import statement for StartButton in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NTGNguyen committed Sep 9, 2024
1 parent e0ef47f commit 21d1cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/screen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .app import App
from .start_button import StartButton
from .button import StartButton

__all__ = ['App', 'StartButton']

0 comments on commit 21d1cab

Please sign in to comment.