import { OB } from "../3.ob";
export class Logic extends OB {
createLogic() {
return this.options || {};
}