File: __init__.py

package info (click to toggle)
python-keystoneclient 1%3A3.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,416 kB
  • sloc: python: 21,389; sh: 192; xml: 149; makefile: 105
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
from keystoneclient.v2_0.client import Client  # noqa


__all__ = (
    'client',
)