9 lines
189 B
Dart
9 lines
189 B
Dart
/// Support for doing something awesome.
|
|
///
|
|
/// More dartdocs go here.
|
|
library;
|
|
|
|
export 'src/wolf_3d_synth_base.dart';
|
|
|
|
// TODO: Export any libraries intended for clients of this package.
|