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/import_error.py
2024-05-14 22:08:29 -03:00

6 lines
61 B
Python

from .....test import Test # noqa
class MyClass:
pass