OpenSpace/openspace/telemetry/__init__.py
2026-06-02 16:28:29 +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.
"""