We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6861956 commit fb20276Copy full SHA for fb20276
src/main.py
@@ -29,6 +29,7 @@ def __call__(cls, *args, **kwargs):
29
return cls.__single_instance
30
31
32
+
33
class Telemetry(metaclass=SingletonMetaClass):
34
"""
35
The main class to send telemetry data. It uses singleton pattern. The instance should be initialized with the
0 commit comments