mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 05:51:53 +00:00
8 lines
298 B
Python
8 lines
298 B
Python
from __future__ import absolute_import
|
|
|
|
# Import block types defined in submodules into the wagtail.wagtailcore.blocks namespace
|
|
from .base import * # NOQA
|
|
from .field_block import * # NOQA
|
|
from .struct_block import * # NOQA
|
|
from .list_block import * # NOQA
|
|
from .stream_block import * # NOQA
|