Spaces:
Sleeping
Sleeping
Create analytics.py
Browse files- 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 {}}")
|