Skip to content

Commit 12c7849

Browse files
Exported other files for documentation
1 parent a099b29 commit 12c7849

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/cat_interpreter.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
///
55
library cat_interpreter;
66

7+
export "src/basic_moves.dart" show BasicMoves;
8+
export "src/coloring/advanced_coloring.dart" show AdvancedColoring;
9+
export "src/coloring/basic_coloring.dart" show BasicColoring;
10+
export "src/command_caller.dart" show CommandCaller;
711
export "src/interpreter.dart" show CATInterpreter;
812
export "src/models/basic_shape.dart" show BasicShape;
913
export "src/models/cross.dart" show Cross;

0 commit comments

Comments
 (0)