8 lines
142 B
Python
8 lines
142 B
Python
"""
|
|
"""
|
|
|
|
from sleekxmpp.plugins.base import register_plugin
|
|
from sleekxmpp.plugins.xep_0065.proxy import xep_0065
|
|
|
|
|
|
register_plugin(xep_0065)
|