This repository has been archived on 2023-10-14. You can view files and clone it, but cannot push or open issues or pull requests.
canteenlib/lib/canteenlib.dart
2022-03-28 20:22:43 +02:00

6 lines
94 B
Dart

/// Hlavní knihovna
library canteenlib;
export 'src/canteen.dart';
export 'src/tridy.dart';