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

9 lines
161 B
Python

"""
__init__.py file for scrapegraphai folder
"""
from .utils.logging import get_logger, set_verbosity_info
logger = get_logger(__name__)
set_verbosity_info()