mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00: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
|