monarch-initiative/N2V

View on GitHub
embiggen/embedders/non_existent_embedders/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""Submodule to test whether the metaprogramming is working properly."""
from embiggen.utils.abstract_models import build_init, AbstractEmbeddingModel

build_init(
    module_library_names="non_existent_module",
    formatted_library_name="Non Existent Module",
    task_name="Node Embedding",
    expected_parent_class=AbstractEmbeddingModel,
)