from django.urls import include, re_path
from django.contrib import admin
from . import views

urlpatterns = [
    
]