from typing import TYPE_CHECKING if TYPE_CHECKING: from django.urls.resolvers import URLResolver urlpatterns: list[URLResolver] = []