// Copyright 2022-2024 Gabriel Bjørnager Jensen. mod run; pub struct App; impl App { #[must_use] pub fn new() -> Self { Self } }