10 lines
159 B
Python
10 lines
159 B
Python
###
|
|
# Copyright (c) 2025, Stormux
|
|
#
|
|
# This plugin is licensed under the same terms as Limnoria itself.
|
|
###
|
|
|
|
from . import config, plugin
|
|
|
|
Class = plugin.Class
|