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