from django.conf.urls import url, include
from . import views as cpatch_views
urlpatterns = [
url(r'', cpatch_views.index),
]