mirror of
https://github.com/django-components/django-components.git
synced 2025-07-14 12:14:59 +00:00
4 lines
181 B
Python
4 lines
181 B
Python
from .component_registry import ComponentRegistry, AlreadyRegistered, NotRegistered # NOQA
|
|
|
|
# This variable represents the global component registry
|
|
registry = ComponentRegistry()
|