5 lines
128 B
Python
5 lines
128 B
Python
# Define access tokens here
|
|
# i.E: { 'read': ['a', 'b''],
|
|
# 'write': ['a']
|
|
# }
|
|
TOKENS = [('a', 'rw'), ('b', 'r')] |