File: __init__.py

package info (click to toggle)
python-pyodata 1.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 7,170; xml: 947; makefile: 67; sh: 15
file content (5 lines) | stat: -rw-r--r-- 93 bytes parent folder | download
1
2
3
4
5
"""Enterprise ready Python OData client"""

from .client import Client

__all__ = ["Client"]