python-keystoneclient/keystoneclient/v3/__init__.py

8 lines
83 B
Python

from keystoneclient.v3.client import Client # noqa
__all__ = (
'client',
)