from django.contrib import admin
from django.urls import include, path
from django.urls import re_path

from . import views

urlpatterns = [

]