Spaces:
Sleeping
Sleeping
Create state_management.py
Browse files
utils/state_management.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
state = {
|
| 2 |
+
"user": None,
|
| 3 |
+
"cart": [],
|
| 4 |
+
}
|