export { default as AbstractLogical } from "./AbstractLogical";
export { default as AndCondition } from "./AndCondition";
export { default as ILogical } from "./ILogical";
export { default as OrCondition } from "./OrCondition";
