InvokeAI/invokeai/backend/web/__init__.py

5 lines
101 B
Python
Raw Normal View History

2023-03-03 06:02:00 +00:00
"""
2023-03-03 05:02:15 +00:00
Initialization file for the web backend.
2023-03-03 06:02:00 +00:00
"""
2023-03-03 05:02:15 +00:00
from .invoke_ai_web_server import InvokeAIWebServer