Add UI modules and tests
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 09:11:30 +00:00
parent 2e628e4050
commit a85ac933fc

6
src/ui/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""UI modules for DevTrace."""
from .timeline import TimelineView
from .display import DisplayManager
__all__ = ["TimelineView", "DisplayManager"]