nagasurendra commited on
Commit
0d3e7ff
·
verified ·
1 Parent(s): 1538ec2

Create state_management.py

Browse files
Files changed (1) hide show
  1. utils/state_management.py +4 -0
utils/state_management.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ state = {
2
+ "user": None,
3
+ "cart": [],
4
+ }