package config; public interface BaseConfig { void init() throws Exception; }