11 lines
292 B
Python
11 lines
292 B
Python
"""
|
|
Slixmpp: The Slick XMPP Library
|
|
Copyright (C) 2013 Nathanael C. Fritz, Lance J.T. Stout
|
|
This file is part of slixmpp.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
from slixmpp.plugins.google.auth import stanza
|
|
from slixmpp.plugins.google.auth.auth import GoogleAuth
|