6 lines
61 B
Python
6 lines
61 B
Python
ROUTES={
|
|
'': {
|
|
'SUBROUTES': ['personne']
|
|
}
|
|
}
|