:- use_module(library(sparqlprog_wikidata)).

:- begin_tests(core).

test(foo) :-
        true.

:- end_tests(core).
    
