File: __init__.py

package info (click to toggle)
python-etelemetry 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 1,731; makefile: 8; sh: 8
file content (4 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
from .client import get_project, check_available_version, BadVersionError

from . import _version
__version__ = _version.get_versions()['version']