Committing current progress, not ready for production

This commit is contained in:
Allink 2022-05-09 00:44:18 +01:00
parent 61ab59c9e2
commit 76b2b18fe4
No known key found for this signature in database
GPG key ID: 77DCA801362E9645
14 changed files with 246 additions and 66 deletions

View file

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