GodsDevProject's picture
Create analytics/events.py
8975783 verified
def log_event(event: str, meta=None):
# HF-safe: console only, no identifiers
print(f"[ANALYTICS] {event} :: {meta or {}}")