// SPDX-FileCopyrightText: Copyright (c) Siemens 2026 contributed by Christoph Kuhmuench christoph.kuhmuench@gmail.com
//
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Tutorial chapter 1 (`simu::tutorial::ch01_basic_concepts`): a car that
//! alternately parks and drives. The smallest possible simu model — one
//! process, timeouts, and the clock.
use SimEnv;