mirror of
https://github.com/Iconica-Development/flutter_timetable.git
synced 2025-05-18 19:43:43 +02:00
8 lines
159 B
Dart
8 lines
159 B
Dart
|
// SPDX-FileCopyrightText: 2023 Iconica
|
||
|
//
|
||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
library flutter_timetable_interface;
|
||
|
|
||
|
export 'src/model/time_block.dart';
|