1% This module is useful for internal aspects that
    2% need to leverage the same public interface, but still be
    3% exported from the whole package
    4:- module(aop_internal,[]).    5
    6:- reexport('./helpers').    7:- reexport('./inspection').    8:- reexport('./runtime').    9:- reexport('./dsl').