1// Copyright (c) 2024-2027 Nervosys LLC
2// SPDX-License-Identifier: AGPL-3.0-only
3//! Analytics module
4//!
5//! Provides team and session analytics with reporting capabilities.
67pub mod dashboard;
8pub mod reports;
910pub use dashboard::*;
11pub use reports::*;