generated from lucxjo/template
7 lines
172 B
Rust
7 lines
172 B
Rust
// SPDX-FileCopyrightText: 2023 Louis Hollingworth <louis@hollingworth.nl>
|
|
//
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
pub mod admin;
|
|
pub mod report;
|
|
pub mod threads;
|