mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-25 13:08:02 -05:00
5 lines
101 B
Python
5 lines
101 B
Python
"""
|
|
Initialization file for the web backend.
|
|
"""
|
|
from .invoke_ai_web_server import InvokeAIWebServer
|