package command; import java.util.List; public interface Module { void Run(); List<String> GetMenu();}