mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
6 lines
81 B
Python
6 lines
81 B
Python
|
from .wildcard_base import WildcardMixin # noqa
|
||
|
|
||
|
|
||
|
class WildcardClass:
|
||
|
pass
|