halfapi/tests/dummy_domain/routers/act/__init__.py

6 lines
61 B
Python
Raw Normal View History

ROUTES={
'': {
'SUBROUTES': ['personne']
}
}