##// END OF EJS Templates
models: major update for python3,...
models: major update for python3, - imports fixes - str vs unicode fixes - found issues with logic on tests runs

File last commit:

r5040:444b916d default
r5070:175fe6cb default
Show More
__init__.py
14 lines | 204 B | text/x-python | PythonLexer
"""
Helper functions for use with :class:`Authomatic`.
.. autosummary::
:nosignatures:
authomatic.provider_id
"""
from . import six
from .core import Authomatic
from .core import provider_id