Add package directory structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
"""py_dvt_ate: Coupled Physics DVT Simulation Platform."""
|
||||
|
||||
__version__ = "0.0.1"
|
||||
@@ -0,0 +1 @@
|
||||
"""Command-line interface."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Configuration handling."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Streamlit dashboard."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Instrument SCPI drivers."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Test execution framework."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Hardware Abstraction Layer."""
|
||||
@@ -0,0 +1 @@
|
||||
"""HAL implementations."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Virtual instrument implementations."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Physics simulation engine."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Device Under Test models."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Simulation server."""
|
||||
@@ -0,0 +1 @@
|
||||
"""DVT test implementations."""
|
||||
@@ -0,0 +1 @@
|
||||
"""Communication layer."""
|
||||
Reference in New Issue
Block a user