summaryrefslogblamecommitdiff
path: root/server/src/app/mod.rs
blob: 0ec083c01d126ed4ad940e18f4111e3f98cc5f25 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                 
// Copyright 2022-2024 Gabriel Bjørnager Jensen.

mod run;

pub struct App;

impl App {
	#[must_use]
	pub fn new() -> Self { Self }
}