File size: 131 Bytes
8975783
 
 
1
2
3
def log_event(event: str, meta=None):
    # HF-safe: console only, no identifiers
    print(f"[ANALYTICS] {event} :: {meta or {}}")