mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-26 03:27:15 +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]: ...
|