forked from eva/focus-flow
7 lines
204 B
Dart
7 lines
204 B
Dart
// SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
/// Package-name entry point for scheduler notification contracts.
|
|
library;
|
|
|
|
export 'notifications.dart';
|