INNER CODE UNIT · Python

register

skarndev/umodel_tools · umodel_tools/__init__.py:49

def register():
    auto_load.init()

    try:
        auto_load.register()
    except Exception:  # pylint: disable=broad-exception-caught
        traceback.print_exc()


def unregister():
    try:
        auto_load.unregister()
    except Exception:  # pylint: disable=broad-exception-caught
        traceback.print_exc()


__all__ = (
    'bl_info',

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…