mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-26 09:18:02 -05:00
5 lines
111 B
Python
5 lines
111 B
Python
"""
|
|
Initialization file for invokeai.frontend.CLI
|
|
"""
|
|
from .CLI import main as invokeai_command_line_interface
|