platform/packages/contracts/lib/pipeline.dart
2024-06-15 09:10:46 -07:00

8 lines
No EOL
172 B
Dart

/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
// Pipeline Contracts
export 'src/pipeline/hub.dart';
export 'src/pipeline/pipeline.dart';