package io.gitlab.jfronny.translater.transformer; public interface ITransformer { String transform(String str); }