working to analyze timing issues
This commit is contained in:
9
analyzer/tui/panels/__init__.py
Normal file
9
analyzer/tui/panels/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
TUI Panel components
|
||||
"""
|
||||
|
||||
from .flow_list import FlowListPanel
|
||||
from .detail_panel import DetailPanel
|
||||
from .timeline import TimelinePanel
|
||||
|
||||
__all__ = ['FlowListPanel', 'DetailPanel', 'TimelinePanel']
|
||||
Reference in New Issue
Block a user