mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
12 lines
412 B
Python
12 lines
412 B
Python
"""
|
|
SleekXMPP: The Sleek XMPP Library
|
|
Copyright (C) 2010 Nathanael C. Fritz
|
|
This file is part of SleekXMPP.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
from sleekxmpp.xmlstream.handler.callback import Callback
|
|
from sleekxmpp.xmlstream.handler.waiter import Waiter
|
|
from sleekxmpp.xmlstream.handler.xmlcallback import XMLCallback
|
|
from sleekxmpp.xmlstream.handler.xmlwaiter import XMLWaiter
|