Source code for embdgen.core.content.Factory
# SPDX-License-Identifier: GPL-3.0-only
from typing import Dict, Type
from embdgen.plugins import content
from embdgen.core.utils.class_factory import FactoryBase
from .BaseContent import BaseContent
# SPDX-License-Identifier: GPL-3.0-only
from typing import Dict, Type
from embdgen.plugins import content
from embdgen.core.utils.class_factory import FactoryBase
from .BaseContent import BaseContent