package io.trygvis.rules.engine; import java.io.IOException; interface TemplateLoader { String load(String name) throws IOException; }