1
0
mirror of https://github.com/django/django.git synced 2025-10-30 09:06:13 +00:00
Files
django/tests/sphinx/testdata/package/wildcard_module.py
2024-05-14 22:08:29 -03:00

6 lines
81 B
Python

from .wildcard_base import WildcardMixin # noqa
class WildcardClass:
pass