1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![allow(non_snake_case)]

/// The main entry point for the Summary application.
///
/// This function initializes the command structure and executes the appropriate
/// command based on the provided command-line arguments.
#[allow(dead_code)]
#[tokio::main]
async fn main() {
	(Struct::Binary::Command::Struct::Fn().Fn)().await
}

pub mod Fn;
pub mod Struct;