mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 12:44:29 +08:00
8 lines
177 B
Python
8 lines
177 B
Python
from typing import Any, List, Optional
|
|
|
|
from django.urls.resolvers import URLPattern
|
|
|
|
urlpatterns: Any
|
|
|
|
def staticfiles_urlpatterns(prefix: None = ...) -> List[URLPattern]: ...
|