django/tests/utils_tests/test_module/another_good_module.py

10 lines
116 B
Python

from . import site
content = "Another Good Module"
site._registry.update(
{
"lorem": "ipsum",
}
)