from django.urls import path, include

urlpatterns = [
    path('', include('checker.urls')),
]
