5 lines
130 B
Python
5 lines
130 B
Python
|
|
# type: ignore
|
||
|
|
from __future__ import annotations
|
||
|
|
__all__ = ['telemetry_params']
|
||
|
|
telemetry_params: dict = {'TID': 'G-W5E9RNLD4H'}
|