Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
125 B
Python
Raw Normal View History

2023-03-03 01:02:00 -05:00
"""
2023-03-03 00:02:15 -05:00
Initialization file for invokeai.frontend.CLI
2023-03-03 01:02:00 -05:00
"""
2023-08-17 18:45:25 -04:00
from .CLI import main as invokeai_command_line_interface # noqa: F401