Files
PyRoute/route.py
T
2023-11-05 14:36:34 +01:00

4 lines
66 B
Python

routes = {
"/": "page_accueil",
"/a-propos": "a_propos"
}