mirror of
https://github.com/django/django.git
synced 2025-03-09 00:42:40 +00:00
Co-authored-by: David Smith <smithdc@gmail.com> Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
6 lines
81 B
Python
6 lines
81 B
Python
from .wildcard_base import WildcardMixin # noqa
|
|
|
|
|
|
class WildcardClass:
|
|
pass
|