Start of simulation application

This commit is contained in:
2026-07-31 11:46:06 +02:00
parent b3aabae5e8
commit 66737e323b
8 changed files with 360 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
from __future__ import annotations
from collections.abc import Mapping
from dataclasses import dataclass, field
from enum import Enum
from typing import Any
@dataclass
class SimulationRoot:
format_version: int = 1
model_file_path: str | None # The file path of the BEdit file if there is one