Add package directory structure

This commit is contained in:
2025-12-01 23:50:57 +00:00
parent 8ee73d443a
commit 2ecbb976bf
19 changed files with 17 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
"""py_dvt_ate: Coupled Physics DVT Simulation Platform."""
__version__ = "0.0.1"
+1
View File
@@ -0,0 +1 @@
"""Command-line interface."""
+1
View File
@@ -0,0 +1 @@
"""Configuration handling."""
+1
View File
@@ -0,0 +1 @@
"""Streamlit dashboard."""
+1
View File
@@ -0,0 +1 @@
"""Instrument SCPI drivers."""
+1
View File
@@ -0,0 +1 @@
"""Test execution framework."""
+1
View File
@@ -0,0 +1 @@
"""Hardware Abstraction Layer."""
+1
View File
@@ -0,0 +1 @@
"""HAL implementations."""
+1
View File
@@ -0,0 +1 @@
"""Virtual instrument implementations."""
+1
View File
@@ -0,0 +1 @@
"""Physics simulation engine."""
+1
View File
@@ -0,0 +1 @@
"""Device Under Test models."""
View File
+1
View File
@@ -0,0 +1 @@
"""Simulation server."""
+1
View File
@@ -0,0 +1 @@
"""DVT test implementations."""
+1
View File
@@ -0,0 +1 @@
"""Communication layer."""