8 lines
236 B
Python
8 lines
236 B
Python
"""
|
|
Target Simulator package.
|
|
|
|
This package contains the main application modules (GUI, core, utils,
|
|
and analysis). It is intentionally lightweight here; see submodules for
|
|
details (e.g., `gui.main_view`, `core.simulation_engine`).
|
|
"""
|