more stuff

This commit is contained in:
2025-09-06 11:11:48 +02:00
parent bae1572d3f
commit a4bf07a3b6
13 changed files with 949 additions and 422 deletions

4
views/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .active_view import ActiveView
from .inactive_view import InactiveView
__all__ = ['ActiveView', 'InactiveView']