File: __init__.py

package info (click to toggle)
jupyter-telemetry 0.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 188 kB
  • sloc: python: 431; sh: 5; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Increment this version when the metadata included with each event
# changes.
TELEMETRY_METADATA_VERSION = 1


from .eventlog import EventLog  # noqa