This reverts commit d480048ebb.
This commit is contained in:
Telesphoreo 2022-05-19 13:48:31 -05:00
parent 15638af86a
commit f786341584
11 changed files with 307 additions and 247 deletions

View file

@ -2,7 +2,8 @@ package dev.plex.nush.handler;
import dev.plex.nush.NushModule;
public interface Handler {
public interface Handler
{
void init(NushModule module);
void init(NushModule module);
}