mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 00:52:49 +00:00
5 lines
70 B
Python
5 lines
70 B
Python
|
from django.conf.urls import url
|
||
|
from .import views
|
||
|
|
||
|
urlpatterns = []
|