5 lines
94 B
Dart
5 lines
94 B
Dart
/// Hlavní knihovna
|
|
library canteenlib;
|
|
|
|
export 'src/canteen.dart';
|
|
export 'src/tridy.dart';
|