working to analyze timing issues
This commit is contained in:
8
analyzer/models/__init__.py
Normal file
8
analyzer/models/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Data models for the Ethernet Traffic Analyzer
|
||||
"""
|
||||
|
||||
from .flow_stats import FlowStats, FrameTypeStats
|
||||
from .analysis_results import AnalysisResult
|
||||
|
||||
__all__ = ['FlowStats', 'FrameTypeStats', 'AnalysisResult']
|
||||
Reference in New Issue
Block a user