init: pristine aerc 0.20.0 source
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
"""
|
||||
Sourcehut: Supybot plugin to receive Sourcehut webhooks
|
||||
"""
|
||||
|
||||
import sys
|
||||
import supybot
|
||||
|
||||
__version__ = "0.1"
|
||||
__author__ = supybot.authors.unknown
|
||||
__contributors__ = {}
|
||||
__url__ = ''
|
||||
|
||||
from . import config
|
||||
from . import plugin
|
||||
from importlib import reload
|
||||
|
||||
reload(config)
|
||||
reload(plugin)
|
||||
|
||||
Class = plugin.Class
|
||||
configure = config.configure
|
||||
Reference in New Issue
Block a user