1 2 3 4 5 6
from . import site content = 'Another Good Module' site._registry.update({ 'lorem': 'ipsum', })