django/tests/check_framework/urls/contains_tuple.py
2022-02-07 20:37:05 +01:00

4 lines
50 B
Python

urlpatterns = [
(r"^tuple/$", lambda x: x),
]