FOIA_Doc_Search / analytics.py
GodsDevProject's picture
Create analytics.py
e857796 verified
raw
history blame
81 Bytes
def log_event(event, meta=None):
print(f"[ANALYTICS] {event} | {meta or {}}")