5 lines
151 B
Python
5 lines
151 B
Python
|
|
# Copyright (C) 2021-2022 Intel Corporation
|
||
|
|
#
|
||
|
|
# SPDX-License-Identifier: MIT
|
||
|
|
from .core import ImageManifestManager, VideoManifestManager, is_manifest
|