refactoring view, now combining modals and view into one module.
Also common modal components can now be nicely separated and reused
This commit is contained in:
2
src/view/__init__.py
Normal file
2
src/view/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
import view.modals
|
||||
from view.view import View
|
||||
Reference in New Issue
Block a user