mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 15:44:57 -05:00
6 lines
126 B
Python
6 lines
126 B
Python
"""
|
|
Initialization file for invokeai.frontend.CLI
|
|
"""
|
|
|
|
from .CLI import main as invokeai_command_line_interface # noqa: F401
|