feat(limnoria): add NtrPlaylist IRC plugin

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-12 03:14:17 -04:00
parent 2a00cc263f
commit 6dd7aee2f2
4 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
from . import config
from . import plugin
from importlib import reload
reload(config)
reload(plugin)
Class = plugin.Class
configure = config.configure
__version__ = "0.1.0"