2 lines
146 B
Python
2 lines
146 B
Python
# Import components from the Laces library which was extracted from Wagtail.
|
|
from laces.components import Component, MediaContainer # noqa: F401
|