summaryrefslogtreecommitdiff
path: root/tests/utils_tests/test_module/another_good_module.py
blob: 7ab8224f5f08a5fe48333acc969f3e83d6ea7f26 (plain)
1
2
3
4
5
6
7
8
9
from . import site

content = "Another Good Module"

site._registry.update(
    {
        "lorem": "ipsum",
    }
)