1// Copyright (c) reifydb.com 2025
2// This file is licensed under the AGPL-3.0-or-later, see license.md file
34mod assets;
5mod config;
6mod handlers;
7mod server;
8mod subsystem;
910pub use config::AdminConfig;
11pub use subsystem::{AdminSubsystem, AdminSubsystemFactory};