GodsDevProject commited on
Commit
e857796
·
verified ·
1 Parent(s): 3225d63

Create analytics.py

Browse files
Files changed (1) hide show
  1. analytics.py +2 -0
analytics.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ def log_event(event, meta=None):
2
+ print(f"[ANALYTICS] {event} | {meta or {}}")