mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-04-28 16:18:25 +08:00
5 lines
125 B
Python
5 lines
125 B
Python
"""
|
|
Initialization file for invokeai.frontend.CLI
|
|
"""
|
|
from .CLI import main as invokeai_command_line_interface # noqa: F401
|