Files
wehub-resource-sync fbfefa28d3
CodeQL / Analyze (python) (push) Failing after 0s
Release / Build (push) Failing after 1s
Test Suite / Unit Tests (push) Failing after 0s
Release / Release (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:18:10 +08:00

12 lines
239 B
Python

"""
This module contains the telemetry module for the scrapegraphai package.
"""
from .telemetry import disable_telemetry, log_event, log_graph_execution
__all__ = [
"disable_telemetry",
"log_event",
"log_graph_execution",
]