from django.urls import path
from . import views
urlpatterns = [
path("colloscope/", views.colloscope, name="colloscope"),
]