mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 08:17:08 +08:00
5 lines
143 B
Python
5 lines
143 B
Python
from django.urls.resolvers import URLPattern
|
|
from typing import List
|
|
|
|
|
|
def staticfiles_urlpatterns(prefix: None = ...) -> List[URLPattern]: ... |