:- use_module(library(semantria)).

% define helper predicates here

:- use_module(library(tap)).

% add tests showing common usage
todo :-
    true.  % can't test without a Semantria API (expensive)
