* refactor: use bumper_utils from xblocks-contrib package * refactor: use video_handlers from xblocks-contrib package * fix: fix test_video_handlers test cases
8 lines
224 B
Python
8 lines
224 B
Python
"""
|
|
Container for video block and its utils.
|
|
"""
|
|
|
|
from openedx.core.djangoapps.video_config.transcripts_utils import * # lint-amnesty, pylint: disable=redefined-builtin
|
|
from .video_block import *
|
|
from .video_utils import *
|