package {{ package_name }}; class Configuration extends BaseConfiguration { public Configuration() { super("{{ schema_file_name }}"); } }