using ImHex; public static class Library { public static void Initialize() { Logger.RedirectConsole(); } } public interface IScript { }