mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2025-01-26 18:14:20 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
|
from django.conf.urls import url
|
||
|
from .import views
|
||
|
|
||
|
urlpatterns = []
|