mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-13 15:04:59 -05:00
8 lines
192 B
Python
8 lines
192 B
Python
"""
|
|
Wrapper for invokeai.backend.configure.invokeai_configure
|
|
"""
|
|
|
|
from ...backend.install.invokeai_configure import main as invokeai_configure # noqa: F401
|
|
|
|
__all__ = ["invokeai_configure"]
|