mirror of
https://github.com/solero/houdini.git
synced 2024-11-14 14:48:21 +00:00
Require that plugins set a self.server attribute
This commit is contained in:
parent
a19fe8748c
commit
377a8094a2
@ -27,3 +27,7 @@ class IPlugin(ABC):
|
|||||||
"""
|
"""
|
||||||
Called when the plugin is ready to function.
|
Called when the plugin is ready to function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def __init__(self, server):
|
||||||
|
self.server = server
|
||||||
|
Loading…
Reference in New Issue
Block a user