Skip to content

Commit 2a43528

Browse files
author
Frankie Robertson
committed
Add exports/publics to Stateful
1 parent 534d34b commit 2a43528

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Stateful.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ using ..CatConfig: CatLoopConfig, CatRules
66
using ..Responses: BareResponses, Response
77
using ..NextItemRules: compute_criteria, best_item
88

9+
export StatefulCAT, StatefulCatConfig, run_cat
10+
public next_item, ranked_items, item_criteria
11+
public add_response!, rollback!, reset!, get_responses, get_ability
12+
913
## StatefulCat interface
1014
abstract type StatefulCat end
1115

0 commit comments

Comments
 (0)