django-components/django_components/component.py
2015-06-11 21:11:13 +02:00

4 lines
181 B
Python

from .component_registry import ComponentRegistry, AlreadyRegistered, NotRegistered # NOQA
# This variable represents the global component registry
registry = ComponentRegistry()