OpenSpace/openspace/telemetry/__init__.py
2026-07-17 11:43:42 +08:00

7 lines
258 B
Python

"""Product telemetry helpers.
This package is separate from :mod:`openspace.utils.telemetry`, which owns
anonymous usage/event telemetry. Keep narrow runtime context helpers in
dedicated modules so they can be shared without importing benchmark code.
"""