// Copyright 2023 Gabriel Jensen. use crate::dw::app::App; impl App { pub fn new() -> App { return App { }; } }