mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
5 lines
105 B
Python
5 lines
105 B
Python
from django.db.models.query import QuerySet
|
|
|
|
|
|
class FlatPageSitemap:
|
|
def items(self) -> QuerySet: ... |